diff --git a/README.md b/README.md index a926ad7..06ad009 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ This repository contains the following plugins: | [🏠](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://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.3 | 通过邮件发送笔记 | 醉客 | | [🏠](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.11 | Create or open note of today or selected date. | Leen Zhu | diff --git a/manifests.json b/manifests.json index fa277d3..ca6e1df 100644 --- a/manifests.json +++ b/manifests.json @@ -2813,5 +2813,21 @@ "_publish_hash": "sha256:5093e5243636adc148b57d4c601bbfe359e364ca96dc88ac2a6ecca48dbeb338", "_publish_commit": "master:a05e72fdaf04313794558fff11fabd6b23169305", "_npm_package_name": "joplin-plugin-paginator" + }, + "cf.zuike.joplin-note-email": { + "manifest_version": 1, + "id": "cf.zuike.joplin-note-email", + "app_min_version": "2.8", + "version": "1.0.3", + "name": "joplin-note-email", + "description": "通过邮件发送笔记", + "author": "醉客", + "homepage_url": "https://github.com/freezuike/joplin-note-email", + "repository_url": "https://github.com/freezuike/joplin-note-email", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:38a52c501b85ae2fd1ef91974bcab2d76268a1db7f8a98a611b0345e19cce4ee", + "_publish_commit": "master:ad373e75c9976b73d976fc5bfab6be519af21759", + "_npm_package_name": "joplin-plugin-joplin-note-email" } } \ No newline at end of file diff --git a/plugins/cf.zuike.joplin-note-email/manifest.json b/plugins/cf.zuike.joplin-note-email/manifest.json new file mode 100644 index 0000000..04998fe --- /dev/null +++ b/plugins/cf.zuike.joplin-note-email/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "cf.zuike.joplin-note-email", + "app_min_version": "2.8", + "version": "1.0.3", + "name": "joplin-note-email", + "description": "通过邮件发送笔记", + "author": "醉客", + "homepage_url": "https://github.com/freezuike/joplin-note-email", + "repository_url": "https://github.com/freezuike/joplin-note-email", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:38a52c501b85ae2fd1ef91974bcab2d76268a1db7f8a98a611b0345e19cce4ee", + "_publish_commit": "master:ad373e75c9976b73d976fc5bfab6be519af21759", + "_npm_package_name": "joplin-plugin-joplin-note-email" +} \ No newline at end of file diff --git a/plugins/cf.zuike.joplin-note-email/plugin.jpl b/plugins/cf.zuike.joplin-note-email/plugin.jpl new file mode 100644 index 0000000..535adf9 Binary files /dev/null and b/plugins/cf.zuike.joplin-note-email/plugin.jpl differ