diff --git a/manifests.json b/manifests.json index 2591967..57568e5 100644 --- a/manifests.json +++ b/manifests.json @@ -30,13 +30,14 @@ "manifest_version": 1, "id": "io.github.jackgruber.copytags", "app_min_version": "1.6.2", - "version": "0.3.1", + "version": "0.3.2", "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:36a63b7e9a2bbc1ea8f6bafc4d06a91f27370dc4f949e2abdb5100b6a94e2f28", - "_publish_commit": "master:a04e9e4ecf8bbaa6e2f1a54bfa8434b4416c3a32", + "repository_url": "https://github.com/JackGruber/joplin-plugin-copytags", + "_publish_hash": "sha256:e87b5d92765e8b65e9c5bf934b220e93485d49ec1b3cac909406b3ec13ee18e3", + "_publish_commit": "master:14d7886ab6750670aacd1830a8516e12eb383f08", "_npm_package_name": "joplin-plugin-copytags" }, "MyPlugin": { @@ -52,5 +53,32 @@ "_publish_hash": "sha256:065285d06ea3c084e7f8f8c23583de8d70c4d586274a242c4c750f6faad8c7cb", "_publish_commit": "", "_npm_package_name": "joplin-plugin-testing-new-plugin" + }, + "joplin.plugin.ambrt.backlinksToNote": { + "manifest_version": 1, + "id": "joplin.plugin.ambrt.backlinksToNote", + "app_min_version": "1.5", + "version": "1.0.3", + "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:5942a2aaeceeb9ddda42471da9cf1fca59ad5ccaf94c796a592ece779ddf7027", + "_publish_commit": "master:36ae688aa3f2dd6abb7919d3e7d7cfe3361fb925", + "_npm_package_name": "joplin-plugin-backlinks" + }, + "io.github.jackgruber.combine-notes": { + "manifest_version": 1, + "id": "io.github.jackgruber.combine-notes", + "app_min_version": "1.6", + "version": "0.2.0", + "name": "combine", + "description": "Combine one or more notes", + "author": "JackGruber", + "homepage_url": "https://github.com/JackGruber/joplin-plugin-combine-notes", + "repository_url": "https://github.com/JackGruber/joplin-plugin-combine-notes", + "_publish_hash": "sha256:2f77e17eb0e1bfe8bf7aa4bd14332222c52ef2dc308dd685f2d3ea5fe59f62ed", + "_publish_commit": "master:a19bc99edd9d1acce432d8bc7cbb25ea16ead100", + "_npm_package_name": "joplin-plugin-combine-notes" } } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.combine-notes/manifest.json b/plugins/io.github.jackgruber.combine-notes/manifest.json new file mode 100644 index 0000000..c057a2d --- /dev/null +++ b/plugins/io.github.jackgruber.combine-notes/manifest.json @@ -0,0 +1,14 @@ +{ + "manifest_version": 1, + "id": "io.github.jackgruber.combine-notes", + "app_min_version": "1.6", + "version": "0.2.0", + "name": "combine", + "description": "Combine one or more notes", + "author": "JackGruber", + "homepage_url": "https://github.com/JackGruber/joplin-plugin-combine-notes", + "repository_url": "https://github.com/JackGruber/joplin-plugin-combine-notes", + "_publish_hash": "sha256:2f77e17eb0e1bfe8bf7aa4bd14332222c52ef2dc308dd685f2d3ea5fe59f62ed", + "_publish_commit": "master:a19bc99edd9d1acce432d8bc7cbb25ea16ead100", + "_npm_package_name": "joplin-plugin-combine-notes" +} \ No newline at end of file diff --git a/plugins/io.github.jackgruber.combine-notes/plugin.jpl b/plugins/io.github.jackgruber.combine-notes/plugin.jpl new file mode 100644 index 0000000..9fa34eb Binary files /dev/null and b/plugins/io.github.jackgruber.combine-notes/plugin.jpl differ diff --git a/plugins/io.github.jackgruber.copytags/manifest.json b/plugins/io.github.jackgruber.copytags/manifest.json index 6f96c5b..1bb76e6 100644 --- a/plugins/io.github.jackgruber.copytags/manifest.json +++ b/plugins/io.github.jackgruber.copytags/manifest.json @@ -2,12 +2,13 @@ "manifest_version": 1, "id": "io.github.jackgruber.copytags", "app_min_version": "1.6.2", - "version": "0.3.1", + "version": "0.3.2", "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:36a63b7e9a2bbc1ea8f6bafc4d06a91f27370dc4f949e2abdb5100b6a94e2f28", - "_publish_commit": "master:a04e9e4ecf8bbaa6e2f1a54bfa8434b4416c3a32", + "repository_url": "https://github.com/JackGruber/joplin-plugin-copytags", + "_publish_hash": "sha256:e87b5d92765e8b65e9c5bf934b220e93485d49ec1b3cac909406b3ec13ee18e3", + "_publish_commit": "master:14d7886ab6750670aacd1830a8516e12eb383f08", "_npm_package_name": "joplin-plugin-copytags" } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.copytags/plugin.jpl b/plugins/io.github.jackgruber.copytags/plugin.jpl index 2135f02..581526c 100644 Binary files a/plugins/io.github.jackgruber.copytags/plugin.jpl and b/plugins/io.github.jackgruber.copytags/plugin.jpl differ diff --git a/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json b/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json new file mode 100644 index 0000000..5482c82 --- /dev/null +++ b/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 1, + "id": "joplin.plugin.ambrt.backlinksToNote", + "app_min_version": "1.5", + "version": "1.0.3", + "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:5942a2aaeceeb9ddda42471da9cf1fca59ad5ccaf94c796a592ece779ddf7027", + "_publish_commit": "master:36ae688aa3f2dd6abb7919d3e7d7cfe3361fb925", + "_npm_package_name": "joplin-plugin-backlinks" +} \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl b/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl new file mode 100644 index 0000000..6f67936 Binary files /dev/null and b/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl differ