From 1958d9f718b14e8dfb9f574f7042dec6dc3922a5 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 12 Jan 2021 12:46:01 +0000 Subject: [PATCH] update --- README.md | 4 +- manifests.json | 35 ++++++++++++++++-- .../manifest.json | 8 ++-- .../plugin.jpl | Bin 9728 -> 9728 bytes .../manifest.json | 13 +++++++ .../joplin.plugin.ambrt.goToItem/plugin.jpl | Bin 0 -> 3584 bytes 6 files changed, 51 insertions(+), 9 deletions(-) create mode 100644 plugins/joplin.plugin.ambrt.goToItem/manifest.json create mode 100644 plugins/joplin.plugin.ambrt.goToItem/plugin.jpl diff --git a/README.md b/README.md index 5fc0b5c..65dc01f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ This repository contains the following plugins: --- | --- | --- | --- | --- [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Backlinks to note | 1.0.2 | Creates backlinks to opened note | a [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Backlinks to note | 1.0.3 | Creates backlinks to opened note | a -[🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | combine | 0.2.0 | Combine one or more notes | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.1 | Combine one or more notes | JackGruber [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.2 | Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control. | JackGruber +[🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.3 | Go to tag,notebook or note via links or via text | a [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars) | Note list and side bar toggle buttons | 1.0.0 | Adds buttons to toggle note list and side bar | Laurent Cozic +[🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](bla) | Testing New Plugin | 1.0.0 | bla | bla diff --git a/manifests.json b/manifests.json index 57568e5..3b336a6 100644 --- a/manifests.json +++ b/manifests.json @@ -71,14 +71,41 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.6", - "version": "0.2.0", - "name": "combine", + "version": "0.2.1", + "name": "Combine notes", "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", + "_publish_hash": "sha256:c8cb3a0e196b3f64b7d7c198d166360abc7caa24466211511417c8c4d92d7a4c", + "_publish_commit": "master:6cf2e5e49a5f605b0ef9300f55ebe263a5a7ee1c", "_npm_package_name": "joplin-plugin-combine-notes" + }, + "org.joplinapp.plugins.ToggleSidebars": { + "manifest_version": 1, + "id": "org.joplinapp.plugins.ToggleSidebars", + "app_min_version": "1.6", + "version": "1.0.2", + "name": "Note list and side bar toggle buttons", + "description": "Adds buttons to toggle note list and sidebar", + "author": "Laurent Cozic", + "homepage_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars", + "repository_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars", + "_publish_hash": "sha256:e0d833b7ef1bb8f02ee4cb861ef1989621358c45a5614911071302dc0527a3b4", + "_publish_commit": "dev:1b5b2342fc25717b77ad9f1627c1a334e5bbae54", + "_npm_package_name": "@joplin/joplin-plugin-toggle-sidebars" + }, + "joplin.plugin.ambrt.goToItem": { + "manifest_version": 1, + "id": "joplin.plugin.ambrt.goToItem", + "app_min_version": "1.6", + "version": "1.3.3", + "name": "Create and go to #tags and @notebooks", + "description": "Go to tag,notebook or note via links or via text", + "author": "a", + "homepage_url": "https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731", + "_publish_hash": "sha256:8de17d21cfedf29d83aea9e86d5ce9e856f84be37555d9eb7fc5953f1ad1e3a5", + "_publish_commit": "1.6.6:0ab7f269052ec2fb59e35066570aa175e212d633", + "_npm_package_name": "joplin-plugin-tag-and-notebook-links" } } \ 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 index c057a2d..31febd5 100644 --- a/plugins/io.github.jackgruber.combine-notes/manifest.json +++ b/plugins/io.github.jackgruber.combine-notes/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.6", - "version": "0.2.0", - "name": "combine", + "version": "0.2.1", + "name": "Combine notes", "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", + "_publish_hash": "sha256:c8cb3a0e196b3f64b7d7c198d166360abc7caa24466211511417c8c4d92d7a4c", + "_publish_commit": "master:6cf2e5e49a5f605b0ef9300f55ebe263a5a7ee1c", "_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 index 9fa34eb590f0f5c8eae1dfabe7044612f0b87c58..01893ba3bdeb2a0347de4e4cc1fe49f3b070232f 100644 GIT binary patch delta 101 zcmZqhY4DlQBWP}DU~Fn`%3xq%Zen1lz+f;rkuha6BV&uKgt-EPp|QC+T!o>5iLohM qg?t&KjG>YaFBhj$USe*ll9hszbAE18W?rg7UVcex@#bEITvh5iJ>W6 ng?t&Kn1PZGFBhj$USe*ll9hr|a(-@7W?t&%$qKow6BXD1X{HyN diff --git a/plugins/joplin.plugin.ambrt.goToItem/manifest.json b/plugins/joplin.plugin.ambrt.goToItem/manifest.json new file mode 100644 index 0000000..6493249 --- /dev/null +++ b/plugins/joplin.plugin.ambrt.goToItem/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 1, + "id": "joplin.plugin.ambrt.goToItem", + "app_min_version": "1.6", + "version": "1.3.3", + "name": "Create and go to #tags and @notebooks", + "description": "Go to tag,notebook or note via links or via text", + "author": "a", + "homepage_url": "https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731", + "_publish_hash": "sha256:8de17d21cfedf29d83aea9e86d5ce9e856f84be37555d9eb7fc5953f1ad1e3a5", + "_publish_commit": "1.6.6:0ab7f269052ec2fb59e35066570aa175e212d633", + "_npm_package_name": "joplin-plugin-tag-and-notebook-links" +} \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.goToItem/plugin.jpl b/plugins/joplin.plugin.ambrt.goToItem/plugin.jpl new file mode 100644 index 0000000000000000000000000000000000000000..6ed46a41f0a9eb654a8ec7b69d0861ba29b8924a GIT binary patch literal 3584 zcmeHJ+iu%95Y4A3Y$1yP!Ihg^A(hg5Ei^xpWlp1iAQGuWH-c0IMwD4P^E)&IMay(|e zFsYj+?UleQ<(ZU`9(0*zySbydkm5Mr?KQos<7)xT@mv`EUhGB848!mo*AXy7zkmNU zzkwW&Kv63AZ1e_!K4go_- z90*-8($k9khG({#Yq-2)*+#KFtlWD5? zrn0MO=2H=93!2f4G8KlsK+)94Sc!V&)-svB%YxUn<~O=j5eW!w-p{riF&qs$xW_xI zGFT+ny|Jx>+B-;mq6Vz4Ob&_LPQO65c<>k0Ap3y){+zj0;xWPIskryvV3iQpKb{%a z;XlGJ2JZ0eV6P1w(lju