diff --git a/README.md b/README.md index fef4d66..1b9a886 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cf.zuike.joplin.HackMD/plugin.jpl) | joplin-hackmd | 2.0.1 | Quick share notes on HackMD. Hackmd共享笔记, 原项目(https://github.com/xardbaiz/joplin-plugin-hackmd/) | 醉客 | | [🏠](https://github.com/artikell/joplin-hotkey) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-joplin-hotkey/plugin.jpl) | joplin-hotkey | 1.0.0 | hotkey in joplin | artikell | | [🏠](https://github.com/freezuike/joplin-note-email) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cf.zuike.joplin-note-email/plugin.jpl) | joplin-note-email | 1.0.5 | 通过邮件发送笔记 | 醉客 | +| [🏠](https://github.com/eqs/joplin-plugin-cjk-breaks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.eqs.joplin-plugin-cjk-breaks/plugin.jpl) | joplin-plugin-cjk-breaks | 1.0.1 | Suppress linebreaks between CJK characters | eqs | | [🏠](https://discourse.joplinapp.org/t/new-plugin-timeline/29408) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-TimelineRender/plugin.jpl) | joplin-plugin-TimelineRender | 1.0.2 | render the timeline in the markdown | funny-cat | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/name.mikemueller.joplin2jira/plugin.jpl) | joplin2jira | 1.0.0 | Copies selected text or entire notes in Jira markup to the clipboard | Mike Müller | | [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.0.14 | A simple journal. Create or open a note for today, or any selected date. | Leen Zhu | diff --git a/manifests.json b/manifests.json index a0c12ec..d9985e3 100644 --- a/manifests.json +++ b/manifests.json @@ -3017,5 +3017,22 @@ "_publish_hash": "sha256:55c763a7b3921a3216735ed474b070fe0171565c384bf96cfb79f2e1433ba0b6", "_publish_commit": "main:73ca2dab001f542300324a7c8d957e95b2ac7a24", "_npm_package_name": "joplin-plugin-wavedrom" + }, + "com.github.eqs.joplin-plugin-cjk-breaks": { + "manifest_version": 1, + "id": "com.github.eqs.joplin-plugin-cjk-breaks", + "app_min_version": "2.12", + "version": "1.0.1", + "name": "joplin-plugin-cjk-breaks", + "description": "Suppress linebreaks between CJK characters", + "author": "eqs", + "homepage_url": "https://github.com/eqs/joplin-plugin-cjk-breaks", + "repository_url": "https://github.com/eqs/joplin-plugin-cjk-breaks", + "keywords": [], + "categories": [], + "screenshots": [], + "_publish_hash": "sha256:8aa2229ca42ebd293e234e69936e30f6736a43755d2c1769b36eacd5523338ab", + "_publish_commit": "main:063fad3ae38b0c60aa4b6dac44c44d3293f956da", + "_npm_package_name": "joplin-plugin-cjk-breaks" } } \ No newline at end of file diff --git a/plugins/com.github.eqs.joplin-plugin-cjk-breaks/manifest.json b/plugins/com.github.eqs.joplin-plugin-cjk-breaks/manifest.json new file mode 100644 index 0000000..9263800 --- /dev/null +++ b/plugins/com.github.eqs.joplin-plugin-cjk-breaks/manifest.json @@ -0,0 +1,17 @@ +{ + "manifest_version": 1, + "id": "com.github.eqs.joplin-plugin-cjk-breaks", + "app_min_version": "2.12", + "version": "1.0.1", + "name": "joplin-plugin-cjk-breaks", + "description": "Suppress linebreaks between CJK characters", + "author": "eqs", + "homepage_url": "https://github.com/eqs/joplin-plugin-cjk-breaks", + "repository_url": "https://github.com/eqs/joplin-plugin-cjk-breaks", + "keywords": [], + "categories": [], + "screenshots": [], + "_publish_hash": "sha256:8aa2229ca42ebd293e234e69936e30f6736a43755d2c1769b36eacd5523338ab", + "_publish_commit": "main:063fad3ae38b0c60aa4b6dac44c44d3293f956da", + "_npm_package_name": "joplin-plugin-cjk-breaks" +} \ No newline at end of file diff --git a/plugins/com.github.eqs.joplin-plugin-cjk-breaks/plugin.jpl b/plugins/com.github.eqs.joplin-plugin-cjk-breaks/plugin.jpl new file mode 100644 index 0000000..12c98a3 Binary files /dev/null and b/plugins/com.github.eqs.joplin-plugin-cjk-breaks/plugin.jpl differ