diff --git a/README.md b/README.md index aa71c72..f21c5ab 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.4.3 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.3.0 | Allows to open several notes at once in tabs and pin them. | Benji300 -[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.2.2 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.2.3 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 2.0.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 [🏠](https://github.com/uphy/joplin-plantuml-plugin) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | Quick HTML tags | 0.1.0 | Create quick HTML tags. | Martin Korelič diff --git a/manifests.json b/manifests.json index a16324c..016fb86 100644 --- a/manifests.json +++ b/manifests.json @@ -174,13 +174,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.2.2", + "version": "1.2.3", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:b4d63ba8db78f2359265fa9c7dcd159cd688b6dae55855088e70eb117f5493f7", - "_publish_commit": "main:17a00e08b62eba4be4ac5d725ee78baca4cf967f", + "_publish_hash": "sha256:ec4c22882fa09e81e47485a5d4cd05425b7a099c3cb3cc61ff3c21bcfd584f09", + "_publish_commit": "main:869dd340c0266208f3148cfc22952cc2909ad0bc", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index f238cd6..23ebc3f 100644 --- a/plugins/outline/manifest.json +++ b/plugins/outline/manifest.json @@ -2,12 +2,12 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.2.2", + "version": "1.2.3", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:b4d63ba8db78f2359265fa9c7dcd159cd688b6dae55855088e70eb117f5493f7", - "_publish_commit": "main:17a00e08b62eba4be4ac5d725ee78baca4cf967f", + "_publish_hash": "sha256:ec4c22882fa09e81e47485a5d4cd05425b7a099c3cb3cc61ff3c21bcfd584f09", + "_publish_commit": "main:869dd340c0266208f3148cfc22952cc2909ad0bc", "_npm_package_name": "joplin-plugin-outline" } \ No newline at end of file diff --git a/plugins/outline/plugin.jpl b/plugins/outline/plugin.jpl index 04307f0..00eef49 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ