diff --git a/README.md b/README.md index 525b880..c137229 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ This repository contains the following plugins: | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | | [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.5 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | | [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin_plugin.nlr/plugin.jpl) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ | +| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-note-encryption/plugin.jpl) | Note encryption | 1.0.2 | A joplin plugin, encrypt selected notes on the joplin desktop client. | ztbxxt | | [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.8.0 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, Url Icon, and much more feature | ylc395 | | [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.ToggleSidebars/plugin.jpl) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic | | [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.note-overview/plugin.jpl) | Note overview | 1.5.5 | A note overview is created based on the defined search and the specified fields. | JackGruber | diff --git a/manifests.json b/manifests.json index f9034e1..2b5b46f 100644 --- a/manifests.json +++ b/manifests.json @@ -2269,5 +2269,20 @@ "_publish_hash": "sha256:1865c2c57dc54e341b14c6b2ae8666e88623a7f4d822c46f7ec629d212db9144", "_publish_commit": "main:db53e6bdd8287f96c5917aee3b0d812954b0d82a", "_npm_package_name": "joplin-plugin-joplin-excalidraw" + }, + "joplin-plugin-note-encryption": { + "manifest_version": 1, + "id": "joplin-plugin-note-encryption", + "app_min_version": "1.6", + "version": "1.0.2", + "name": "Note encryption", + "description": "A joplin plugin, encrypt selected notes on the joplin desktop client.", + "author": "ztbxxt", + "homepage_url": "", + "repository_url": "https://github.com/ZhangTe/joplin-plugin-encrypt-notes", + "keywords": [], + "_publish_hash": "sha256:1215b8e0adb606129071d5b78905a49b5b11c232910d585678a92ec2e456a5c1", + "_publish_commit": "master:97a2a6f7339e88207a38c3f1c025aac8de612b94", + "_npm_package_name": "joplin-plugin-note-encrypt" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-note-encryption/manifest.json b/plugins/joplin-plugin-note-encryption/manifest.json new file mode 100644 index 0000000..787a870 --- /dev/null +++ b/plugins/joplin-plugin-note-encryption/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "joplin-plugin-note-encryption", + "app_min_version": "1.6", + "version": "1.0.2", + "name": "Note encryption", + "description": "A joplin plugin, encrypt selected notes on the joplin desktop client.", + "author": "ztbxxt", + "homepage_url": "", + "repository_url": "https://github.com/ZhangTe/joplin-plugin-encrypt-notes", + "keywords": [], + "_publish_hash": "sha256:1215b8e0adb606129071d5b78905a49b5b11c232910d585678a92ec2e456a5c1", + "_publish_commit": "master:97a2a6f7339e88207a38c3f1c025aac8de612b94", + "_npm_package_name": "joplin-plugin-note-encrypt" +} \ No newline at end of file diff --git a/plugins/joplin-plugin-note-encryption/plugin.jpl b/plugins/joplin-plugin-note-encryption/plugin.jpl new file mode 100644 index 0000000..cd17666 Binary files /dev/null and b/plugins/joplin-plugin-note-encryption/plugin.jpl differ