diff --git a/README.md b/README.md index b3f9aef..0cc9dde 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ This repository contains the following plugins:   | Name | Version | Description | Author --- | --- | --- | --- | --- -[🏠](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 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 -[🏠](bla) | Testing New Plugin | 1.0.0 | bla | bla +[🏠](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 diff --git a/manifests.json b/manifests.json index 934d29b..9d75277 100644 --- a/manifests.json +++ b/manifests.json @@ -52,5 +52,19 @@ "_publish_hash": "sha256:8de17d21cfedf29d83aea9e86d5ce9e856f84be37555d9eb7fc5953f1ad1e3a5", "_publish_commit": "1.6.6:0ab7f269052ec2fb59e35066570aa175e212d633", "_npm_package_name": "joplin-plugin-tag-and-notebook-links" + }, + "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" } } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.ToggleSideBars/manifest.json b/plugins/org.joplinapp.plugins.ToggleSideBars/manifest.json index 43f5929..0af320f 100644 --- a/plugins/org.joplinapp.plugins.ToggleSideBars/manifest.json +++ b/plugins/org.joplinapp.plugins.ToggleSideBars/manifest.json @@ -1,14 +1,14 @@ { "manifest_version": 1, - "id": "org.joplinapp.plugins.ToggleSideBars", + "id": "org.joplinapp.plugins.ToggleSidebars", "app_min_version": "1.6", - "version": "1.0.0", + "version": "1.0.2", "name": "Note list and side bar toggle buttons", - "description": "Adds buttons to toggle note list and side bar", + "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:077f7f9e21e3d8873d3f2ca502f043cafedd6a8ff7569f6ee23ccfa4389f7ad3", - "_publish_commit": "dev:ceb252b9ada700fa4423816fc06523ecd1a29895", - "_npm_package_name": "joplin-plugin-toggle-side-bars" + "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" } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.ToggleSideBars/plugin.jpl b/plugins/org.joplinapp.plugins.ToggleSideBars/plugin.jpl index 7820b6a..77063ba 100644 Binary files a/plugins/org.joplinapp.plugins.ToggleSideBars/plugin.jpl and b/plugins/org.joplinapp.plugins.ToggleSideBars/plugin.jpl differ