diff --git a/.DS_Store b/.DS_Store index f92e96b..e767822 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 70c8037..ce2cdd4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -【[English](./README_en.md) | 简体中文】 +【[English](https://github.com/wanglin2/obsidian-simplemindmap/blob/main/README_en.md) | 简体中文】 # SimpleMindMap 插件 @@ -34,7 +34,7 @@ AI配置帮助:[中文](https://mp.weixin.qq.com/s/jybRdfuUhF5Af1SesLItfg) - 🌐产品官网 -[http://www.sxmind.cn/](http://www.sxmind.cn/) +[https://sxmind.cn/](https://sxmind.cn/) ## 独立客户端 @@ -66,6 +66,36 @@ AI配置帮助:[中文](https://mp.weixin.qq.com/s/jybRdfuUhF5Af1SesLItfg) ![](./docs/imgs/7.png) +# 限制 + +- 不支持独立窗口编辑 +- 部分 UI 组件的主题色无法同步 Obsidian 的主题色 + +# bug、建议、需求 + +有任何bug、建议、需求反馈可在[Issues](https://github.com/wanglin2/obsidian-simplemindmap/issues)里提交。 + +# 关注我们 + + + + + + +
+ + +
+ 微信公众号 +
+
+ + +
+ 小红书 +
+
+ # 功能清单 > 随着插件版本更新,功能越来越多,此处不再一一列举。 @@ -210,34 +240,4 @@ AI配置帮助:[中文](https://mp.weixin.qq.com/s/jybRdfuUhF5Af1SesLItfg) - 将Markdown文档预览为思维导图 - Markdown文档视图更多菜单中增加【预览为思维导图】选项,点击后显示一个弹窗将文档内容通过思维导图渲染出来,支持切换结构、主题,可导出为png、svg、pdf文件; - -# 限制 - -- 不支持独立窗口编辑 -- 部分 UI 组件的主题色无法同步 Obsidian 的主题色 - -# bug、建议、需求 - -有任何bug、建议、需求反馈可在[Issues](https://github.com/wanglin2/obsidian-simplemindmap/issues)里提交。 - -# 关注我们 - - - - - - -
- - -
- 微信公众号 -
-
- - -
- 小红书 -
-
\ No newline at end of file + Markdown文档视图更多菜单中增加【预览为思维导图】选项,点击后显示一个弹窗将文档内容通过思维导图渲染出来,支持切换结构、主题,可导出为png、svg、pdf文件; \ No newline at end of file diff --git a/README_en.md b/README_en.md index 9811a2d..3728fcb 100644 --- a/README_en.md +++ b/README_en.md @@ -1,4 +1,4 @@ -【English | [简体中文](./README_zh.md)】 +【English | [简体中文](https://github.com/wanglin2/obsidian-simplemindmap)】 # SimpleMindMap Plugin @@ -35,7 +35,7 @@ Plugin Settings - Files - New Mind Map File Name Format/Paste Image Naming Forma - 🌐Product official website -[http://www.sxmind.cn/](http://www.sxmind.cn/) +[http://sxmind.cn/](http://sxmind.cn/) ## Independent client @@ -67,6 +67,15 @@ The underlying of this project is based on open-source projects [mind-map](https ![](./docs/imgs/7.png) +# Limitations + +- No support for standalone window editing +- Some UI components don't sync with Obsidian theme colors + +# Bugs/Suggestions/Requests + +Submit via [Issues](https://github.com/wanglin2/obsidian-simplemindmap/issues). + # Feature List > With the update of plugin versions, there are more and more functions, which will not be listed here one by one. @@ -177,13 +186,4 @@ The underlying of this project is based on open-source projects [mind-map](https - Preview Markdown document as a mind map - Add the 'Preview as Mind Map' option to the Markdown document view menu, which will display a pop-up window to render the document content through a mind map. It supports switching between structure and theme, and can be exported as PNG, SVG, or PDF files. - -# Limitations - -- No support for standalone window editing -- Some UI components don't sync with Obsidian theme colors - -# Bugs/Suggestions/Requests - -Submit via [Issues](https://github.com/wanglin2/obsidian-simplemindmap/issues). \ No newline at end of file + Add the 'Preview as Mind Map' option to the Markdown document view menu, which will display a pop-up window to render the document content through a mind map. It supports switching between structure and theme, and can be exported as PNG, SVG, or PDF files. \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index f7668f4..9eca144 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,28 @@ # Official Version +## 0.2.2 + +Fixes: +1. Fixed an issue where the loading state would not close when selecting to import as a child of the active node while no node was activated; +2. Fixed an issue where the fill-in-blank mode in presentation mode would not take effect in real time and required reopening the window to apply; +3. Fixed incorrect protocol display when reloading regular hyperlinks added to nodes; +4. Optimized the display position of the file list popup triggered by typing [[ within node text; +5. Fixed an issue where keyboard shortcuts did not work inside modals from the Modal Opener plugin; +6. Fixed failed operations when opening files as Markdown documents for some users; +7. Fixed an issue where clicking the [Test] button after finishing AI configuration prompted incomplete configuration; +8. Fixed an issue where links added to text of free tree nodes were not saved to the # linkdata block in the source file; +9. Fixed an issue where text from free tree nodes was not saved to the # textdata block in the source file when the [Enable Obsidian Search] setting was turned on; + +New Features: +1. Clicking the filename input box at the top of the mind map editing tab automatically selects the text before the .smm extension; +2. Press the F2 shortcut to rename the current mind map file when no node is activated; +3. Added support for custom protocols other than http/https when adding regular hyperlinks to nodes; +4. Added a setting in plugin options to switch math formula rendering modes; +5. When typing [[ inside node text, the text following [[ is used as the search filter for the file list, and the search box in the file list is removed; +6. Added an Obsidian command labeled [Preview as Mind Map]; +7. Support converting between mind maps and Markdown by creating new files during conversion; +8. Added compatibility for xxx:// custom protocol links inserted via [[]] inside node text; + ## 0.2.0 New Features: diff --git a/docs/changelog_zh.md b/docs/changelog_zh.md index 1c79cf3..585ba3a 100644 --- a/docs/changelog_zh.md +++ b/docs/changelog_zh.md @@ -1,5 +1,28 @@ # 正式版 +## 0.2.2 + +修复: +1.修复没有激活节点时,选择导入为当前激活节点下级时,loading不会关闭的问题; +2.修复开启演示模式的填空模式不会实时生效,需要重新打开窗口才会生效的问题; +3.修复给节点添加普通超链接时,再次回显时协议回显不正确的问题; +4.优化在节点文本中输入[[触发的文件列表弹窗的位置显示; +5.修复在Modal Opener插件的模态框中不响应快捷键的问题; +6.修复部分用户打开为Markdown文档操作失败的问题; +7.修复AI配置完成后,点击【测试】提示配置未完成的问题; +8.修复自由节点树的节点文本中添加的链接不会保存到源文件的# linkdata区块中的问题; +9.修复开启【支持ob搜索】设置,自由节点树的节点文本中没有保存到源文件的# textdata区块中的问题; + +新增: +1.思维导图编辑标签页顶部的文件名输入窗口点击默认选中.smm扩展名之前的部分; +2.当没有激活任何节点时按F2快捷键进入当前导图文件重命名; +3.给节点添加普通超链接时,适配非http/https的自定义协议; +4.插件设置中增加切换数学公式渲染模式的设置; +5.在节点文本中输入[[时支持以[[后的文字作为搜索项过滤出文件列表,同时去除文件列表中的搜索框; +6.增加【预览为思维导图】的ob命令; +7.思维导图和Markdown互相转换支持以新建文件的方式进行转换; +8.适配节点文本中通过[[]]插入xxx://自定义协议的链接; + ## 0.2.0 新增: diff --git a/manifest.json b/manifest.json index 2e34ad8..eb28498 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-mind-map", "name": "Simple mind map", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "1.8.3", "description": "A relatively powerful mind map.", "author": "wanglin",