diff --git a/README.md b/README.md index 930ac3c..26768cc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.5.1 | 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.3 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.2.4 | 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 640dd8d..f328b0c 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.3", + "version": "1.2.4", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:ec4c22882fa09e81e47485a5d4cd05425b7a099c3cb3cc61ff3c21bcfd584f09", - "_publish_commit": "main:869dd340c0266208f3148cfc22952cc2909ad0bc", + "_publish_hash": "sha256:529d37690fe6b154eda5c4b5d03fa060483a3140048d6b2a1595d445f437a48f", + "_publish_commit": "main:1a0ab94ce5da096b29c51c2666fe08775e7628cb", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 23ebc3f..77ecdd6 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.3", + "version": "1.2.4", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:ec4c22882fa09e81e47485a5d4cd05425b7a099c3cb3cc61ff3c21bcfd584f09", - "_publish_commit": "main:869dd340c0266208f3148cfc22952cc2909ad0bc", + "_publish_hash": "sha256:529d37690fe6b154eda5c4b5d03fa060483a3140048d6b2a1595d445f437a48f", + "_publish_commit": "main:1a0ab94ce5da096b29c51c2666fe08775e7628cb", "_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 00eef49..97bacfc 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ