diff --git a/README.md b/README.md index cef0a72..c27c5e8 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,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.10 | 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.11 | 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/KosRud/joplin-plugin-paginator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl) | Paginator | 3.0.2 | Create paginated 2-column documents in joplin. | Kostiantyn Rudenko | | - | [⬇️](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 | diff --git a/manifests.json b/manifests.json index fecd235..6bcd3b8 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.10", + "version": "1.5.11", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:1c828afdcb9a61d99493c7789d1a0a3c3ad509210bc7d6ae5222db3f6af47a60", - "_publish_commit": "main:1439c256c2351f18f4393ab35fdfb566d212e399", + "_publish_hash": "sha256:cf19ecc1ebf9706dee5d4cc13707c1badae660efb6469e12f9983d8a2005e2bd", + "_publish_commit": "main:1e796ac54b4c47b8502fc50651d8b9fbebe9150c", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 3a96eb6..bd3f987 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.10", + "version": "1.5.11", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:1c828afdcb9a61d99493c7789d1a0a3c3ad509210bc7d6ae5222db3f6af47a60", - "_publish_commit": "main:1439c256c2351f18f4393ab35fdfb566d212e399", + "_publish_hash": "sha256:cf19ecc1ebf9706dee5d4cc13707c1badae660efb6469e12f9983d8a2005e2bd", + "_publish_commit": "main:1e796ac54b4c47b8502fc50651d8b9fbebe9150c", "_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 3510994..5da4709 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ