diff --git a/README.md b/README.md index 57a7121..ec2345e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ This repository contains the following plugins: | [🏠](https://github.com/DanteCoder/JoplinPluginNoteVariables#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.NoteVariables/plugin.jpl) | Note Variables | 2.0.0 | A plugin to create variables that can be accesed through all the notes. | Dante G. Barboza | | [🏠](https://github.com/Mick2nd/Notes-Import-Joplin#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.NotesStationImport/plugin.jpl) | Notes Station Import | 1.0.5 | This plugin imports notes from QNAP Notes Station | Jürgen Habelt | | [🏠](https://github.com/ylc395/joplin-plugin-ocr) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.joplinOcr/plugin.jpl) | OCR | 0.3.2 | offline OCR auto/manually for images, videos, pdf documents in your Joplin notes | ylc395 | -| [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.4.4 | Outline (TOC) sidebar plugin for joplin. | cqroot | +| [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.4.5 | Outline (TOC) sidebar plugin for joplin. | cqroot | | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.7.1 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local | ylc395 | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | | [🏠](https://github.com/benji300/joplin-persistent-layout) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl) | Persistent Editor Layout | 2.2.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 | diff --git a/manifests.json b/manifests.json index 7c88531..b814ae2 100644 --- a/manifests.json +++ b/manifests.json @@ -181,13 +181,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.4.4", + "version": "1.4.5", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:a311c2ca6999e4a46f6007b48c85730bd44e2679e80c9ae2af027ef2fc03cf37", - "_publish_commit": "main:b338dd6c22786015bf3de0776b7ef60846dfbb82", + "_publish_hash": "sha256:453973302b98cba8f95bc6811ed79109f6d4cf2c2739342ed51063151689d428", + "_publish_commit": "main:006492f932809ea134683f1c57dea549e4bb99c1", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 602b74d..c6cb858 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.4.4", + "version": "1.4.5", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:a311c2ca6999e4a46f6007b48c85730bd44e2679e80c9ae2af027ef2fc03cf37", - "_publish_commit": "main:b338dd6c22786015bf3de0776b7ef60846dfbb82", + "_publish_hash": "sha256:453973302b98cba8f95bc6811ed79109f6d4cf2c2739342ed51063151689d428", + "_publish_commit": "main:006492f932809ea134683f1c57dea549e4bb99c1", "_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 630a666..4c9c77c 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ