diff --git a/README.md b/README.md index 9ef1910..d966bb2 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.3.0 | use to write excalidraw in Joplin | SkyfireLee | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | +| [🏠](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.0 | 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.4 | 通过邮件发送笔记 | 醉客 | | [🏠](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 | diff --git a/manifests.json b/manifests.json index b8f74d5..28d9232 100644 --- a/manifests.json +++ b/manifests.json @@ -2829,5 +2829,20 @@ "_publish_hash": "sha256:eaed5ca26a2f1f0d0f34522cc9d27a917ec9f027bbd2033f659b72acd07642d3", "_publish_commit": "翻译:fe96792dda719d6b3e7bfaa239d02d6330a3b2b8", "_npm_package_name": "joplin-plugin-joplin-note-email" + }, + "cf.zuike.joplin.HackMD": { + "manifest_version": 1, + "id": "cf.zuike.joplin.HackMD", + "app_min_version": "2.8", + "version": "2.0.0", + "name": "joplin-hackmd", + "description": "Quick share notes on HackMD. Hackmd共享笔记, 原项目(https://github.com/xardbaiz/joplin-plugin-hackmd/)", + "author": "醉客", + "homepage_url": "https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048", + "repository_url": "https://github.com/freezuike/joplin-plugin-hackmd", + "keywords": [], + "_publish_hash": "sha256:08a8769c16801ab0b0fa90c597672e157e56b7ee5ffb21c0ec8918c50da254c0", + "_publish_commit": "个人:0a097ae7876f580460047f4297da0b4c90bf1d0d", + "_npm_package_name": "joplin-plugin-joplin-hackmd" } } \ No newline at end of file diff --git a/plugins/cf.zuike.joplin.HackMD/manifest.json b/plugins/cf.zuike.joplin.HackMD/manifest.json new file mode 100644 index 0000000..f210f2d --- /dev/null +++ b/plugins/cf.zuike.joplin.HackMD/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "cf.zuike.joplin.HackMD", + "app_min_version": "2.8", + "version": "2.0.0", + "name": "joplin-hackmd", + "description": "Quick share notes on HackMD. Hackmd共享笔记, 原项目(https://github.com/xardbaiz/joplin-plugin-hackmd/)", + "author": "醉客", + "homepage_url": "https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048", + "repository_url": "https://github.com/freezuike/joplin-plugin-hackmd", + "keywords": [], + "_publish_hash": "sha256:08a8769c16801ab0b0fa90c597672e157e56b7ee5ffb21c0ec8918c50da254c0", + "_publish_commit": "个人:0a097ae7876f580460047f4297da0b4c90bf1d0d", + "_npm_package_name": "joplin-plugin-joplin-hackmd" +} \ No newline at end of file diff --git a/plugins/cf.zuike.joplin.HackMD/plugin.jpl b/plugins/cf.zuike.joplin.HackMD/plugin.jpl new file mode 100644 index 0000000..1f3994e Binary files /dev/null and b/plugins/cf.zuike.joplin.HackMD/plugin.jpl differ