diff --git a/README.md b/README.md index 2743ec2..48ecbcc 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This repository contains the following plugins: | [🏠](https://github.com/DanteCoder/JoplinPluginNoteVariables#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gamalielbarboza.NoteVariables/plugin.jpl) | Note Variables | 0.1.1 | A plugin to create variables that can be accesed through all the notes. | Dante G. Barboza | | [🏠](https://github.com/ylc395/joplin-plugin-ocr) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.joplinOcr/plugin.jpl) | OCR | 0.0.1 | OCR 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.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.3.0 | 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.4.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/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.5.1 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | diff --git a/manifests.json b/manifests.json index 0358ca6..8c5e1f6 100644 --- a/manifests.json +++ b/manifests.json @@ -1038,7 +1038,7 @@ "manifest_version": 1, "id": "ylc395.pagesPublisher", "app_min_version": "2.0", - "version": "1.3.0", + "version": "1.4.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", @@ -1048,8 +1048,8 @@ "site generator", "github pages" ], - "_publish_hash": "sha256:1ad92a155101ac0ca64794a0819e5fcbdc28fcd36882f5ba239c8058bec0250e", - "_publish_commit": "main:ebeab5737c01a2ca5a8dfef711fcbb44ef254dee", + "_publish_hash": "sha256:bb1e6683021e457e762400cb159d97b279755cc6d818d306505727f017a16ec0", + "_publish_commit": "main:d1a0bf3cb8fd49973d8e0d2c301e823846f4cb2f", "_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 96ce283..d4bc7a9 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.3.0", + "version": "1.4.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:1ad92a155101ac0ca64794a0819e5fcbdc28fcd36882f5ba239c8058bec0250e", - "_publish_commit": "main:ebeab5737c01a2ca5a8dfef711fcbb44ef254dee", + "_publish_hash": "sha256:bb1e6683021e457e762400cb159d97b279755cc6d818d306505727f017a16ec0", + "_publish_commit": "main:d1a0bf3cb8fd49973d8e0d2c301e823846f4cb2f", "_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 0922ff0..64ae297 100644 Binary files a/plugins/ylc395.pagesPublisher/plugin.jpl and b/plugins/ylc395.pagesPublisher/plugin.jpl differ