From 019e81f0de9bcea7b93f59a0998e6de97d27ebf7 Mon Sep 17 00:00:00 2001 From: calandradas Date: Sun, 21 Jan 2024 00:26:08 +0800 Subject: [PATCH] update version to v0.8.5, update readme & change name to Kminder --- README.md | 4 ++-- README_zh.md | 4 ++-- src/manifest.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 718f317..9616336 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ Then follow the second step of the installation from file. ## Installation from file -1.Download the latest version of calandra.kityminder.joplin.zip file from https://github.com/calandradas/Kityminder-Mindmap-Joplin-Plugin/releases and uncompress it. +1.Download the latest version of calandra.kminder.joplin.zip file from https://github.com/calandradas/Kityminder-Mindmap-Joplin-Plugin/releases and uncompress it. -2.Open Joplin's "Tools->Options->Plugins" menu, click on "Manage your plugins", select "Install from file", and select the corresponding calandra.kityminder.joplin.jpl to install it. +2.Open Joplin's "Tools->Options->Plugins" menu, click on "Manage your plugins", select "Install from file", and select the corresponding calandra.kminder.joplin.jpl to install it. ## How to use Kminder Mindmap Plugin diff --git a/README_zh.md b/README_zh.md index 6768c6c..eaa8916 100644 --- a/README_zh.md +++ b/README_zh.md @@ -58,9 +58,9 @@ npm run dist ## 从文件安装 -* 1 先通过 https://github.com/calandradas/Kityminder-Mindmap-Joplin-Plugin/releases 下载最新版本的 calandra.kityminder.joplin.zip 文件,并解压缩 +* 1 先通过 https://github.com/calandradas/Kityminder-Mindmap-Joplin-Plugin/releases 下载最新版本的 calandra.kminder.joplin.zip 文件,并解压缩 -* 2 打开Joplin的 "工具\选项\插件" 菜单,点击 "管理你的插件",选择 "从文件安装",选择对应的 calandra.kityminder.joplin.jpl 即可 +* 2 打开Joplin的 "工具\选项\插件" 菜单,点击 "管理你的插件",选择 "从文件安装",选择对应的 calandra.kminder.joplin.jpl 即可 ## 使用 diff --git a/src/manifest.json b/src/manifest.json index 33b7cca..9651aa8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 1, - "id": "calandra.kityminder.joplin", + "id": "calandra.kminder.joplin", "app_min_version": "2.8", "version": "0.8.5", - "name": "Kityminder Mindmap Joplin Plugin", - "description": "Mindmap Joplin Plugin, i18n six languages, Export json|png|md", + "name": "Kminder Mindmap Joplin Plugin", + "description": "Mindmap Joplin Plugin, i18n six languages, Import Xmind|json|md, Export json|png|md", "author": "calandra das", "homepage_url": "https://github.com/calandradas/Kityminder-Mindmap-Joplin-Plugin", "repository_url": "https://github.com/calandradas/Kityminder-Mindmap-Joplin-Plugin.git",