diff --git a/README.md b/README.md index 5126205..1fdd774 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.azamahJunior.note-statistics/plugin.jpl) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior | | [🏠](https://github.com/benji300/joplin-note-tabs) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.note.tabs/plugin.jpl) | Note Tabs | 1.4.0 | Allows to open several notes at once in tabs and pin them. | Benji300 | | [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.2.7 | 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.0.3 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks | ylc395 | +| [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.1.0 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks | 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/uphy/joplin-plantuml-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.uphy.PlantUmlPlugin/plugin.jpl) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy | diff --git a/manifests.json b/manifests.json index a66ec16..4aa50f2 100644 --- a/manifests.json +++ b/manifests.json @@ -1053,7 +1053,7 @@ "manifest_version": 1, "id": "ylc395.pagesPublisher", "app_min_version": "2.0", - "version": "1.0.3", + "version": "1.1.0", "name": "Pages Publisher", "description": "Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks", "author": "ylc395", @@ -1063,8 +1063,8 @@ "site generator", "github pages" ], - "_publish_hash": "sha256:7ecc3236d1cb1dfe5ab5b7a78c3f388a7bde9c95f16980bc63a2b156553cba73", - "_publish_commit": "main:6c1b6eca72e0382fe53e52067d4af8dac243fdee", + "_publish_hash": "sha256:f874b3ca0e4f83b480bab50e417d080add52de85b561143f099791005c37b70b", + "_publish_commit": "main:76693a94b2285699a77f9aef500f2a0358e9024a", "_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 2e8f25b..e96cd71 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.0.3", + "version": "1.1.0", "name": "Pages Publisher", "description": "Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks", "author": "ylc395", @@ -12,7 +12,7 @@ "site generator", "github pages" ], - "_publish_hash": "sha256:7ecc3236d1cb1dfe5ab5b7a78c3f388a7bde9c95f16980bc63a2b156553cba73", - "_publish_commit": "main:6c1b6eca72e0382fe53e52067d4af8dac243fdee", + "_publish_hash": "sha256:f874b3ca0e4f83b480bab50e417d080add52de85b561143f099791005c37b70b", + "_publish_commit": "main:76693a94b2285699a77f9aef500f2a0358e9024a", "_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 6dc7e3d..2e5d876 100644 Binary files a/plugins/ylc395.pagesPublisher/plugin.jpl and b/plugins/ylc395.pagesPublisher/plugin.jpl differ