diff --git a/README.md b/README.md index ea2faa1..5c4be47 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This repository contains the following plugins: | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | | [🏠](https://discourse.joplinapp.org/t/plugin-emoji-picker/24228) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.4 | A emoji picker. | Retr0ve | | [🏠](https://github.com/yangby/joplin-plugin-enhanced-editing) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.yangby.joplin.plugins.enhanced-editing/plugin.jpl) | Enhanced Editing | 0.1.0 | An enhanced editing plugin for Joplin. | YangBy <yby@yangby.org> | -| [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 1.1.2 | Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering. | SeptemberHX | +| [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 1.1.3 | Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering. | SeptemberHX | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-event-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl) | Event Calendar | 0.2.2 | A simple event calendar | Franco Speziali | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | | [🏠](https://github.com/kensam94/joplin-plugin-eztable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.eztable/plugin.jpl) | Ez Table | 1.0.2 | Make markdown table easy | Ken Sam | diff --git a/manifests.json b/manifests.json index c8f9995..d39cb3f 100644 --- a/manifests.json +++ b/manifests.json @@ -1934,16 +1934,18 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "1.1.2", + "version": "1.1.3", "name": "Enhancement", "description": "Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering.", "author": "SeptemberHX", "homepage_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "repository_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", - "keywords": [], + "keywords": [ + "Live Preview" + ], "categories": [], - "_publish_hash": "sha256:bcbb4a11a56c6e745faf12d3a9d2ae81f08e3f8f3bcef3cadae392338cbb3da9", - "_publish_commit": "master:7ea360a98c3cbcc1e1743274a87838f1198ae793", + "_publish_hash": "sha256:fc3bdaa9fb0f1d635e648493a89879c6a21d2c1022cce752ec5b3b8f947d0706", + "_publish_commit": "master:5ad5e79c8b832e5973e8df8861c7c7702b761ebb", "_npm_package_name": "joplin-plugin-enhancement" }, "joplin.plugin.space-indenter": { diff --git a/plugins/com.septemberhx.Joplin.Enhancement/manifest.json b/plugins/com.septemberhx.Joplin.Enhancement/manifest.json index 817b20d..d14a993 100644 --- a/plugins/com.septemberhx.Joplin.Enhancement/manifest.json +++ b/plugins/com.septemberhx.Joplin.Enhancement/manifest.json @@ -2,15 +2,17 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "1.1.2", + "version": "1.1.3", "name": "Enhancement", "description": "Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering.", "author": "SeptemberHX", "homepage_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "repository_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", - "keywords": [], + "keywords": [ + "Live Preview" + ], "categories": [], - "_publish_hash": "sha256:bcbb4a11a56c6e745faf12d3a9d2ae81f08e3f8f3bcef3cadae392338cbb3da9", - "_publish_commit": "master:7ea360a98c3cbcc1e1743274a87838f1198ae793", + "_publish_hash": "sha256:fc3bdaa9fb0f1d635e648493a89879c6a21d2c1022cce752ec5b3b8f947d0706", + "_publish_commit": "master:5ad5e79c8b832e5973e8df8861c7c7702b761ebb", "_npm_package_name": "joplin-plugin-enhancement" } \ No newline at end of file diff --git a/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl b/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl index cd62a44..e492226 100644 Binary files a/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl and b/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl differ