diff --git a/README.md b/README.md index 14ca8d6..2d50785 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This repository contains the following plugins: [🏠](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.4 | Go to tag,notebook or note via links or via text | a +[🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.0.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0) | Benji300 [🏠](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 [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.0.0 | A note overview is created based on the defined search and the specified fields | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 diff --git a/manifests.json b/manifests.json index 498d2bc..a81c35f 100644 --- a/manifests.json +++ b/manifests.json @@ -109,5 +109,19 @@ "_publish_hash": "sha256:045facf54f20e39556031101b92b2904fec8406af6e15820b5cc4258c7f7f4cc", "_publish_commit": "master:ff54380080a2174ad572ff9641d720cbe4379f18", "_npm_package_name": "joplin-plugin-note-overview" + }, + "joplin.plugin.benji.favorites": { + "manifest_version": 1, + "id": "joplin.plugin.benji.favorites", + "app_min_version": "1.6.5", + "version": "1.0.0", + "name": "Favorites", + "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0)", + "author": "Benji300", + "homepage_url": "https://github.com/benji300/joplin-favorites", + "repository_url": "https://github.com/benji300/joplin-favorites", + "_publish_hash": "sha256:0f57dbf73b9b903e10babfbfd735405ea6269f0073842da36c875c9b6c44fd0b", + "_publish_commit": "master:fff1d4550821269768b0ddab0bc7c6db2aa2f7a8", + "_npm_package_name": "joplin-plugin-benji-favorites" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.favorites/manifest.json b/plugins/joplin.plugin.benji.favorites/manifest.json new file mode 100644 index 0000000..5d79861 --- /dev/null +++ b/plugins/joplin.plugin.benji.favorites/manifest.json @@ -0,0 +1,14 @@ +{ + "manifest_version": 1, + "id": "joplin.plugin.benji.favorites", + "app_min_version": "1.6.5", + "version": "1.0.0", + "name": "Favorites", + "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0)", + "author": "Benji300", + "homepage_url": "https://github.com/benji300/joplin-favorites", + "repository_url": "https://github.com/benji300/joplin-favorites", + "_publish_hash": "sha256:0f57dbf73b9b903e10babfbfd735405ea6269f0073842da36c875c9b6c44fd0b", + "_publish_commit": "master:fff1d4550821269768b0ddab0bc7c6db2aa2f7a8", + "_npm_package_name": "joplin-plugin-benji-favorites" +} \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.favorites/plugin.jpl b/plugins/joplin.plugin.benji.favorites/plugin.jpl new file mode 100644 index 0000000..d7e0276 Binary files /dev/null and b/plugins/joplin.plugin.benji.favorites/plugin.jpl differ