diff --git a/README.md b/README.md index 7d1cf1a..49330dd 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | | - | [⬇️](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/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 0.9.0 | Add support for image size, image caption, pseudocode, auto table formatter, and more | 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.0.0 | 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.0 | 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/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | diff --git a/manifests.json b/manifests.json index 107ed3e..f0d93c5 100644 --- a/manifests.json +++ b/manifests.json @@ -1933,16 +1933,16 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "0.9.0", + "version": "1.0.0", "name": "Enhancement", - "description": "Add support for image size, image caption, pseudocode, auto table formatter, and more", + "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": [], "categories": [], - "_publish_hash": "sha256:7a8a6935886357ac45e148cebb357763d6a230f35da2f7f0a048852065b08120", - "_publish_commit": "master:62b53d0e395d032576b58e760668f802c16284bc", + "_publish_hash": "sha256:5c94d5be7ca43d166144a39f89fe400bc98beeada8a120d389be53b8c6429c0f", + "_publish_commit": "master:6c94b1dd476d3a55dca865a656e3e0cd5f5c2ba3", "_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 027cf92..dfe44f4 100644 --- a/plugins/com.septemberhx.Joplin.Enhancement/manifest.json +++ b/plugins/com.septemberhx.Joplin.Enhancement/manifest.json @@ -2,15 +2,15 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "0.9.0", + "version": "1.0.0", "name": "Enhancement", - "description": "Add support for image size, image caption, pseudocode, auto table formatter, and more", + "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": [], "categories": [], - "_publish_hash": "sha256:7a8a6935886357ac45e148cebb357763d6a230f35da2f7f0a048852065b08120", - "_publish_commit": "master:62b53d0e395d032576b58e760668f802c16284bc", + "_publish_hash": "sha256:5c94d5be7ca43d166144a39f89fe400bc98beeada8a120d389be53b8c6429c0f", + "_publish_commit": "master:6c94b1dd476d3a55dca865a656e3e0cd5f5c2ba3", "_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 f8fff34..fc121cd 100644 Binary files a/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl and b/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl differ