1
0
mirror of synced 2024-07-01 09:35:20 +08:00

New: org.yangby.joplin.plugins.enhanced-editing@0.1.0

d5a8517118
This commit is contained in:
Joplin Bot 2022-11-05 23:07:16 +00:00
parent 8495c6e998
commit 4fa3371441
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 45 additions and 0 deletions

View File

@ -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 |

View File

@ -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 <yby@yangby.org>",
"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"
}
}

View File

@ -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 <yby@yangby.org>",
"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"
}