diff --git a/README.md b/README.md index d349f0b..78168ca 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,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/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/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.1 | 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 | diff --git a/manifests.json b/manifests.json index 000f5ed..166e649 100644 --- a/manifests.json +++ b/manifests.json @@ -2380,5 +2380,27 @@ "_publish_hash": "sha256:67cf7a5286dca829a2349a9754c6c0e5bc3bafd8b61eaabaa4cf1be9e975cf99", "_publish_commit": "main:5ca44c4bc64993b4c06de52f2841ce2ff9a2b993", "_npm_package_name": "joplin-plugin-suitcase" + }, + "org.yangby.joplin.plugins.enhanced-editing": { + "id": "org.yangby.joplin.plugins.enhanced-editing", + "manifest_version": 1, + "name": "Enhanced Editing", + "version": "0.1.0", + "app_min_version": "2.8", + "description": "An enhanced editing plugin for Joplin.", + "author": "YangBy ", + "keywords": [ + "editor", + "editing" + ], + "homepage_url": "https://github.com/yangby/joplin-plugin-enhanced-editing", + "repository_url": "https://github.com/yangby/joplin-plugin-enhanced-editing", + "categories": [ + "editor", + "productivity" + ], + "_publish_hash": "sha256:459eb22493373b7a33c10410a2562b0122f1b898d9df2971fbb179741438161a", + "_publish_commit": "master:d5a8517118b283f371b8aca4ce738a267265cdaa", + "_npm_package_name": "joplin-plugin-enhanced-editing" } } \ No newline at end of file diff --git a/plugins/org.yangby.joplin.plugins.enhanced-editing/manifest.json b/plugins/org.yangby.joplin.plugins.enhanced-editing/manifest.json new file mode 100644 index 0000000..dd22efa --- /dev/null +++ b/plugins/org.yangby.joplin.plugins.enhanced-editing/manifest.json @@ -0,0 +1,22 @@ +{ + "id": "org.yangby.joplin.plugins.enhanced-editing", + "manifest_version": 1, + "name": "Enhanced Editing", + "version": "0.1.0", + "app_min_version": "2.8", + "description": "An enhanced editing plugin for Joplin.", + "author": "YangBy ", + "keywords": [ + "editor", + "editing" + ], + "homepage_url": "https://github.com/yangby/joplin-plugin-enhanced-editing", + "repository_url": "https://github.com/yangby/joplin-plugin-enhanced-editing", + "categories": [ + "editor", + "productivity" + ], + "_publish_hash": "sha256:459eb22493373b7a33c10410a2562b0122f1b898d9df2971fbb179741438161a", + "_publish_commit": "master:d5a8517118b283f371b8aca4ce738a267265cdaa", + "_npm_package_name": "joplin-plugin-enhanced-editing" +} \ No newline at end of file diff --git a/plugins/org.yangby.joplin.plugins.enhanced-editing/plugin.jpl b/plugins/org.yangby.joplin.plugins.enhanced-editing/plugin.jpl new file mode 100644 index 0000000..2ad831c Binary files /dev/null and b/plugins/org.yangby.joplin.plugins.enhanced-editing/plugin.jpl differ