diff --git a/README.md b/README.md index 03e6f44..9655aee 100644 --- a/README.md +++ b/README.md @@ -90,7 +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://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://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 598d886..b71173b 100644 --- a/manifests.json +++ b/manifests.json @@ -2834,15 +2834,15 @@ "manifest_version": 1, "id": "cf.zuike.joplin.HackMD", "app_min_version": "2.8", - "version": "2.0.0", + "version": "2.0.1", "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", + "_publish_hash": "sha256:7fabeb0fbab4a0b30a9974e75fe1e684337cd8f965059a68288dfc8d49cfc544", + "_publish_commit": "个人:411931ff23a57558144f9ced2407beb8d35893bd", "_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 index f210f2d..79360af 100644 --- a/plugins/cf.zuike.joplin.HackMD/manifest.json +++ b/plugins/cf.zuike.joplin.HackMD/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "cf.zuike.joplin.HackMD", "app_min_version": "2.8", - "version": "2.0.0", + "version": "2.0.1", "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", + "_publish_hash": "sha256:7fabeb0fbab4a0b30a9974e75fe1e684337cd8f965059a68288dfc8d49cfc544", + "_publish_commit": "个人:411931ff23a57558144f9ced2407beb8d35893bd", "_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 index 1f3994e..9f744de 100644 Binary files a/plugins/cf.zuike.joplin.HackMD/plugin.jpl and b/plugins/cf.zuike.joplin.HackMD/plugin.jpl differ