diff --git a/README.md b/README.md index bb150ba..0749e30 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,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.5.7 | 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.5.8 | 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 670a508..6861f4a 100644 --- a/manifests.json +++ b/manifests.json @@ -181,13 +181,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.5.7", + "version": "1.5.8", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:097827e797ef1fb198030aa7dc0ae5640efbaffc5c66e1c709cc63baa9a437d8", - "_publish_commit": "main:ede4008797265eac836b095716eec1cab5fde48f", + "_publish_hash": "sha256:c3523f4b82c0238d0b09f7f0c9ebf155e8093d3d6706cf4f2d70eb2a2904ece6", + "_publish_commit": "main:b448e74290c3e1c85830ca65e08364c351b1fca4", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index af31eb3..a0a6db3 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.5.7", + "version": "1.5.8", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:097827e797ef1fb198030aa7dc0ae5640efbaffc5c66e1c709cc63baa9a437d8", - "_publish_commit": "main:ede4008797265eac836b095716eec1cab5fde48f", + "_publish_hash": "sha256:c3523f4b82c0238d0b09f7f0c9ebf155e8093d3d6706cf4f2d70eb2a2904ece6", + "_publish_commit": "main:b448e74290c3e1c85830ca65e08364c351b1fca4", "_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 2496d4f..8657845 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ