diff --git a/README.md b/README.md index 0cc9dde..647e7a4 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,5 @@ This repository contains the following plugins: [🏠](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.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic +[🏠](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 9d75277..4a5bcc6 100644 --- a/manifests.json +++ b/manifests.json @@ -66,5 +66,19 @@ "_publish_hash": "sha256:e0d833b7ef1bb8f02ee4cb861ef1989621358c45a5614911071302dc0527a3b4", "_publish_commit": "dev:1b5b2342fc25717b77ad9f1627c1a334e5bbae54", "_npm_package_name": "@joplin/joplin-plugin-toggle-sidebars" + }, + "joplin.plugin.note.tabs": { + "manifest_version": 1, + "id": "joplin.plugin.note.tabs", + "app_min_version": "1.5", + "version": "1.1.1", + "name": "Note Tabs", + "description": "Allows to open several notes at once in tabs and pin them. (v1.1.1)", + "author": "Benji300", + "homepage_url": "https://github.com/benji300/joplin-note-tabs", + "repository_url": "https://github.com/benji300/joplin-note-tabs", + "_publish_hash": "sha256:e68a75fa2711f9bd011bf998e1da18f2a5bc5044c478b91c69c288ebd6f98ed2", + "_publish_commit": "master:63cc646852ab6434b08e335f4409487d8773a527", + "_npm_package_name": "joplin-plugin-note-tabs" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.note.tabs/manifest.json b/plugins/joplin.plugin.note.tabs/manifest.json new file mode 100644 index 0000000..d27ec53 --- /dev/null +++ b/plugins/joplin.plugin.note.tabs/manifest.json @@ -0,0 +1,14 @@ +{ + "manifest_version": 1, + "id": "joplin.plugin.note.tabs", + "app_min_version": "1.5", + "version": "1.1.1", + "name": "Note Tabs", + "description": "Allows to open several notes at once in tabs and pin them. (v1.1.1)", + "author": "Benji300", + "homepage_url": "https://github.com/benji300/joplin-note-tabs", + "repository_url": "https://github.com/benji300/joplin-note-tabs", + "_publish_hash": "sha256:e68a75fa2711f9bd011bf998e1da18f2a5bc5044c478b91c69c288ebd6f98ed2", + "_publish_commit": "master:63cc646852ab6434b08e335f4409487d8773a527", + "_npm_package_name": "joplin-plugin-note-tabs" +} \ No newline at end of file diff --git a/plugins/joplin.plugin.note.tabs/plugin.jpl b/plugins/joplin.plugin.note.tabs/plugin.jpl new file mode 100644 index 0000000..20aaec1 Binary files /dev/null and b/plugins/joplin.plugin.note.tabs/plugin.jpl differ