diff --git a/README.md b/README.md index 8d454f4..739494b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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 | 1.0.0 | A plugin to create variables that can be accesed through all the notes. | Dante G. Barboza | | [🏠](https://juergen.habelt-jena.de) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.NotesStationImport/plugin.jpl) | Notes Station Import | 1.0.4 | 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.3.0 | 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.3.1 | 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.6.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 aa2a1d7..fa96b65 100644 --- a/manifests.json +++ b/manifests.json @@ -181,13 +181,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.3.0", + "version": "1.3.1", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:1b6b637cd7e183fbaa63202c0bfa3d452634b033c4ceb76da973ae9fc0639bc8", - "_publish_commit": "main:9da84ae912842a177cf397360cdd26541cea3920", + "_publish_hash": "sha256:b2eec19e19c5cdafae22d8d99d4a557f46809e86f00904837fa40e06404ac9cd", + "_publish_commit": "main:a83797d0e5f89029ac055519edc822cf4aab3905", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 1ee2da0..1e8a84c 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.3.0", + "version": "1.3.1", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:1b6b637cd7e183fbaa63202c0bfa3d452634b033c4ceb76da973ae9fc0639bc8", - "_publish_commit": "main:9da84ae912842a177cf397360cdd26541cea3920", + "_publish_hash": "sha256:b2eec19e19c5cdafae22d8d99d4a557f46809e86f00904837fa40e06404ac9cd", + "_publish_commit": "main:a83797d0e5f89029ac055519edc822cf4aab3905", "_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 276672b..5922632 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ