Skip to content

Commit

Permalink
1 调整多语言中的按键大小
Browse files Browse the repository at this point in the history
2 添加下拉菜单添加新思维导图功能
3 修复新建topic会显示中文的bug

1 Adjust the style button size
2 Add drop-down menu function
3 Fix the bug that the new theme will display Chinese
  • Loading branch information
xeden3 committed Nov 10, 2022
1 parent 18aed9e commit 26da15a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-kity-minder",
"version": "1.0.7",
"version": "1.0.8",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
Expand Down
4 changes: 3 additions & 1 deletion src/local-kity-minder/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# joplin-plugin-kity-minder Kity Minder Mindmap Tools 思维导图插件

Mind map (brain map) plugin based on Joplin
I have used mind mapping solutions including PlantUML, but I still feel that the mind map cannot be presented well. Based on my being a loyal user of Leanote, I found that Kity Minder's mind mapping tool is not used under Joplin.

I have used mind mapping solutions including PlantUML on Joplin, but I still feel that the mind map cannot be presented well. Based on my being a loyal user of Leanote, I found that Kity Minder's mind mapping tool is not used under Joplin.

Forced to be helpless, I can only develop a plug-in for myself to use

The project is open source, I hope you will like it
Expand Down
8 changes: 4 additions & 4 deletions src/local-kity-minder/kityminder.editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/local-kity-minder/kityminder.editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@
commandBinder.bind(minder, 'appendchildnode', $scope)

$scope.execCommand = function (command) {
minder.execCommand(command, '分支主题');
minder.execCommand(command, _lang_pack[_lang_default]['topic']);
editText();
};

Expand Down
2 changes: 1 addition & 1 deletion src/local-kity-minder/kityminder.editor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "com.sctmes.kity-minder",
"app_min_version": "2.8",
"version": "1.0.7",
"version": "1.0.8",
"name": "Kity Minder",
"description": "Kity Minder Mindmap Tools 思维导图(脑图插件) ",
"author": "James Chan",
Expand Down

0 comments on commit 26da15a

Please sign in to comment.