Skip to content

Commit

Permalink
update version to v0.8.5, update readme & change name to Kminder
Browse files Browse the repository at this point in the history
  • Loading branch information
calandradas committed Jan 20, 2024
1 parent 483e49d commit 019e81f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 即可

## 使用

Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 019e81f

Please sign in to comment.