diff --git a/README.md b/README.md index 2d50785..132106c 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,6 @@ This repository contains the following plugins: [🏠](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 +[🏠](https://github.com/cqroot/joplin-outline) | outline | 1.0.8 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.3.0 | Plugin to create manual and automatic backups | JackGruber diff --git a/manifests.json b/manifests.json index a81c35f..903a5ea 100644 --- a/manifests.json +++ b/manifests.json @@ -123,5 +123,18 @@ "_publish_hash": "sha256:0f57dbf73b9b903e10babfbfd735405ea6269f0073842da36c875c9b6c44fd0b", "_publish_commit": "master:fff1d4550821269768b0ddab0bc7c6db2aa2f7a8", "_npm_package_name": "joplin-plugin-benji-favorites" + }, + "outline": { + "manifest_version": 1, + "id": "outline", + "app_min_version": "1.6.7", + "version": "1.0.8", + "name": "outline", + "description": "Outline sidebar plugin for joplin.", + "author": "cqroot", + "homepage_url": "https://github.com/cqroot/joplin-outline", + "_publish_hash": "sha256:305ca6a1bd72ac58c322caf72ab8efb6e846a2a3495d20d8474b2d9888eeba9f", + "_publish_commit": "main:951989f1046d85143409b891c718ac003ce9e614", + "_npm_package_name": "joplin-plugin-outline" } } \ No newline at end of file diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json new file mode 100644 index 0000000..016b29f --- /dev/null +++ b/plugins/outline/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 1, + "id": "outline", + "app_min_version": "1.6.7", + "version": "1.0.8", + "name": "outline", + "description": "Outline sidebar plugin for joplin.", + "author": "cqroot", + "homepage_url": "https://github.com/cqroot/joplin-outline", + "_publish_hash": "sha256:305ca6a1bd72ac58c322caf72ab8efb6e846a2a3495d20d8474b2d9888eeba9f", + "_publish_commit": "main:951989f1046d85143409b891c718ac003ce9e614", + "_npm_package_name": "joplin-plugin-outline" +} \ No newline at end of file diff --git a/plugins/outline/plugin.jpl b/plugins/outline/plugin.jpl new file mode 100644 index 0000000..09ebebb Binary files /dev/null and b/plugins/outline/plugin.jpl differ