diff --git a/README.md b/README.md index 35b427d..23b0a6a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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.1 | 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.2 | 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 fa44866..7b7da37 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.1", + "version": "1.4.2", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:8b4095941779a74c94ad6deb418b70babd1dfa5c042ded2def70d9440c675cff", - "_publish_commit": "main:8d868b3bf88c1116f39d759a9bf9296eb25a8d8e", + "_publish_hash": "sha256:a05c553630e4f7524c17448b2844882f8ac1f2284e90dc2c7a85285d9b8a3e84", + "_publish_commit": "main:e04615d379085c53237998f461110466c903e7c0", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 78f4fb8..38e2553 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.1", + "version": "1.4.2", "name": "Outline", "description": "Outline (TOC) sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:8b4095941779a74c94ad6deb418b70babd1dfa5c042ded2def70d9440c675cff", - "_publish_commit": "main:8d868b3bf88c1116f39d759a9bf9296eb25a8d8e", + "_publish_hash": "sha256:a05c553630e4f7524c17448b2844882f8ac1f2284e90dc2c7a85285d9b8a3e84", + "_publish_commit": "main:e04615d379085c53237998f461110466c903e7c0", "_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 d07088e..ae50ead 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ