diff --git a/README.md b/README.md index 9951874..03bb50b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ This repository contains the following plugins: | [🏠](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.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.2 | 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/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.7.0 | 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 | | [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.9.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | diff --git a/manifests.json b/manifests.json index 2ea3fdc..82bb4ea 100644 --- a/manifests.json +++ b/manifests.json @@ -1038,7 +1038,7 @@ "manifest_version": 1, "id": "ylc395.pagesPublisher", "app_min_version": "2.0", - "version": "1.6.2", + "version": "1.7.0", "name": "Pages Publisher", "description": "Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local", "author": "ylc395", @@ -1048,8 +1048,8 @@ "site generator", "github pages" ], - "_publish_hash": "sha256:85294a4c1d7f49e2f2058e3e5b4df0d87484ab75fcfddcc69e097efd65ac6086", - "_publish_commit": "main:bada5bbdcaccbb463f4180bce9060df4c2414463", + "_publish_hash": "sha256:4070eb1d980fb7ac5b5cff0a6f8cfecc5cf503416a038fba88a26fe0375ea8a3", + "_publish_commit": "main:639947cf04b0346fcf1a06fc67c7747b1302c432", "_npm_package_name": "joplin-plugin-pages-publisher" }, "com.hieuthi.joplin.rubi-and-furigana": { diff --git a/plugins/ylc395.pagesPublisher/manifest.json b/plugins/ylc395.pagesPublisher/manifest.json index 91c8484..4d6335b 100644 --- a/plugins/ylc395.pagesPublisher/manifest.json +++ b/plugins/ylc395.pagesPublisher/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "ylc395.pagesPublisher", "app_min_version": "2.0", - "version": "1.6.2", + "version": "1.7.0", "name": "Pages Publisher", "description": "Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local", "author": "ylc395", @@ -12,7 +12,7 @@ "site generator", "github pages" ], - "_publish_hash": "sha256:85294a4c1d7f49e2f2058e3e5b4df0d87484ab75fcfddcc69e097efd65ac6086", - "_publish_commit": "main:bada5bbdcaccbb463f4180bce9060df4c2414463", + "_publish_hash": "sha256:4070eb1d980fb7ac5b5cff0a6f8cfecc5cf503416a038fba88a26fe0375ea8a3", + "_publish_commit": "main:639947cf04b0346fcf1a06fc67c7747b1302c432", "_npm_package_name": "joplin-plugin-pages-publisher" } \ No newline at end of file diff --git a/plugins/ylc395.pagesPublisher/plugin.jpl b/plugins/ylc395.pagesPublisher/plugin.jpl index 0f6b5e1..d636943 100644 Binary files a/plugins/ylc395.pagesPublisher/plugin.jpl and b/plugins/ylc395.pagesPublisher/plugin.jpl differ