diff --git a/manifests.json b/manifests.json index 83d4f57..a3228c5 100644 --- a/manifests.json +++ b/manifests.json @@ -24,5 +24,29 @@ "repository_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars", "_publish_hash": "sha256:077f7f9e21e3d8873d3f2ca502f043cafedd6a8ff7569f6ee23ccfa4389f7ad3", "_publish_commit": "dev:ceb252b9ada700fa4423816fc06523ecd1a29895" + }, + "backlinks": { + "manifest_version": 1, + "id": "ambrt.backlinksToNote", + "app_min_version": "1.5", + "version": "1.0.2", + "name": "Backlinks to note", + "description": "Creates backlinks to opened note", + "author": "a", + "homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632", + "_publish_hash": "sha256:5676da6b9ad71fc5a9779d3bde13f17de5352344711e135f0db8c62c6dbb5696", + "_publish_commit": "master:19e515bd67e51cc37bd270a32d2898ca009a0de2" + }, + "copytags": { + "manifest_version": 1, + "id": "joplin-plugin.copytags", + "app_min_version": "1.6.2", + "version": "0.3.0", + "name": "Copy Tags", + "description": "Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.", + "author": "JackGruber", + "homepage_url": "https://github.com/JackGruber/joplin-plugin-copytags", + "_publish_hash": "sha256:e810ff37626e3d76c3f7e0dd24d24d1a4743ee7a83c27378b6497c0be52c2b81", + "_publish_commit": "develop:d22b409219953ca6b785649d1dbad8f55a1afb9e" } } \ No newline at end of file diff --git a/plugins/backlinks/plugin.jpl b/plugins/backlinks/plugin.jpl new file mode 100644 index 0000000..3ae6995 Binary files /dev/null and b/plugins/backlinks/plugin.jpl differ diff --git a/plugins/backlinks/plugin.json b/plugins/backlinks/plugin.json new file mode 100644 index 0000000..92ea730 --- /dev/null +++ b/plugins/backlinks/plugin.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "id": "ambrt.backlinksToNote", + "app_min_version": "1.5", + "version": "1.0.2", + "name": "Backlinks to note", + "description": "Creates backlinks to opened note", + "author": "a", + "homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632", + "_publish_hash": "sha256:5676da6b9ad71fc5a9779d3bde13f17de5352344711e135f0db8c62c6dbb5696", + "_publish_commit": "master:19e515bd67e51cc37bd270a32d2898ca009a0de2" +} \ No newline at end of file diff --git a/plugins/copytags/plugin.jpl b/plugins/copytags/plugin.jpl new file mode 100644 index 0000000..31ed8d7 Binary files /dev/null and b/plugins/copytags/plugin.jpl differ diff --git a/plugins/copytags/plugin.json b/plugins/copytags/plugin.json new file mode 100644 index 0000000..f4ae04d --- /dev/null +++ b/plugins/copytags/plugin.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "id": "joplin-plugin.copytags", + "app_min_version": "1.6.2", + "version": "0.3.0", + "name": "Copy Tags", + "description": "Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.", + "author": "JackGruber", + "homepage_url": "https://github.com/JackGruber/joplin-plugin-copytags", + "_publish_hash": "sha256:e810ff37626e3d76c3f7e0dd24d24d1a4743ee7a83c27378b6497c0be52c2b81", + "_publish_commit": "develop:d22b409219953ca6b785649d1dbad8f55a1afb9e" +} \ No newline at end of file