diff --git a/README.md b/README.md index 6e74ca2..7c1c540 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ This repository contains the following plugins: | [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | joplin-plugin-journal | 1.0.2 | Create or open note of today or selected date. | Leen Zhu | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.7 | Flexible kanban board plugin for all your tasks | Balint Magyar | +| [🏠](https://github.com/xeden3/joplin-plugin-kity-minder) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.sctmes.kity-minder/plugin.jpl) | Kity Minder | 1.0.1 | Kity Minder Mindmap Tools 思维导图(脑图插件) | James Chan | | [🏠](https://github.com/hieuthi/joplin-plugin-life-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl) | Life Calendar | 1.2.1 | Your Life in Week Plugin for Joplin | Hieu-Thi Luong | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.5.0 | Visualize the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.3.3 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | diff --git a/manifests.json b/manifests.json index bad7c74..fc3d17b 100644 --- a/manifests.json +++ b/manifests.json @@ -2125,5 +2125,21 @@ "_publish_hash": "sha256:38680500fd4399b354864296d7f0d9f43f9be3c840af7d69f9ef1ad9ebac58d8", "_publish_commit": "main:13647a0a73574e9ca9129a0f637dda52643f0903", "_npm_package_name": "joplin-plugin-freehand-drawing" + }, + "com.sctmes.kity-minder": { + "manifest_version": 1, + "id": "com.sctmes.kity-minder", + "app_min_version": "2.8", + "version": "1.0.1", + "name": "Kity Minder", + "description": "Kity Minder Mindmap Tools 思维导图(脑图插件) ", + "author": "James Chan", + "homepage_url": "https://github.com/xeden3/joplin-plugin-kity-minder", + "repository_url": "https://github.com/xeden3/joplin-plugin-kity-minder", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:fd7945e060ea30ad4fcdcc10faecdbe3d09270514960b2dbb3ce4f9e00188e5f", + "_publish_commit": "", + "_npm_package_name": "joplin-plugin-kity-minder" } } \ No newline at end of file diff --git a/plugins/com.sctmes.kity-minder/manifest.json b/plugins/com.sctmes.kity-minder/manifest.json new file mode 100644 index 0000000..61880ca --- /dev/null +++ b/plugins/com.sctmes.kity-minder/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "com.sctmes.kity-minder", + "app_min_version": "2.8", + "version": "1.0.1", + "name": "Kity Minder", + "description": "Kity Minder Mindmap Tools 思维导图(脑图插件) ", + "author": "James Chan", + "homepage_url": "https://github.com/xeden3/joplin-plugin-kity-minder", + "repository_url": "https://github.com/xeden3/joplin-plugin-kity-minder", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:fd7945e060ea30ad4fcdcc10faecdbe3d09270514960b2dbb3ce4f9e00188e5f", + "_publish_commit": "", + "_npm_package_name": "joplin-plugin-kity-minder" +} \ No newline at end of file diff --git a/plugins/com.sctmes.kity-minder/plugin.jpl b/plugins/com.sctmes.kity-minder/plugin.jpl new file mode 100644 index 0000000..32c5749 Binary files /dev/null and b/plugins/com.sctmes.kity-minder/plugin.jpl differ