mirror of
https://github.com/wanglin2/obsidian-simplemindmap.git
synced 2026-07-22 07:11:13 +00:00
update doc
This commit is contained in:
parent
9e17ab7bfe
commit
6bc3b85c8d
2 changed files with 40 additions and 1 deletions
|
|
@ -225,3 +225,25 @@
|
|||
3. Fixed an issue where dragging image files directly onto nodes would upload them to the attachment directory instead of the image directory.
|
||||
4. Fixed an issue where modifying a mind map file's name after saving a preview image would cause the preview image file to change, but the path in the mind map data was not updated, resulting in the preview image not being displayed.
|
||||
5. Fixed the issue where modifying the folder name would cause all files in the folder to be accidentally modified, resulting in inaccessible files;
|
||||
|
||||
# v0.1.8
|
||||
**New Features:**
|
||||
1. Intercept all shortcut keys to prevent them from not taking effect.
|
||||
2. After installing and enabling the pdf-plus plugin, the behavior of ignoring the Ctrl key when clicking on PDF file links.
|
||||
3. Improved the prompt message for embedded previews when no preview image is available.
|
||||
4. Optimized the theme sidebar style; automatically locate the currently used theme when opening the theme sidebar.
|
||||
5. Hyperlink popup - Obsidian files: Support filtering file types.
|
||||
6. Automatic focus on the search box after it is displayed.
|
||||
7. Adapted to the situation where the tab title bar is closed.
|
||||
8. For secondary and lower-level nodes with default text, double-clicking to edit the node will automatically select all text by default.
|
||||
9. Right-click menu:
|
||||
- Height adapts to the current window height, scrolls up and down based on mouse position to display all menu items, consistent with Obsidian's right-click menu behavior.
|
||||
- Optimized the issue of incomplete display of secondary menus at the edges.
|
||||
|
||||
**Fixes:**
|
||||
1. Exporting data with tags, notes, summaries, and icons as md files:
|
||||
- Escape code block syntax in note content to avoid conflicts.
|
||||
- Fixed indentation issues when converting this content into code blocks.
|
||||
- Fixed the issue of data loss when re-importing the file.
|
||||
2. Fixed style abnormalities in various radio button groups.
|
||||
3. Fixed abnormal prompt text for the save button in the upper right corner.
|
||||
|
|
@ -205,4 +205,21 @@ tooltip由elementui切换为obsidian
|
|||
2.优化内链的跳转;
|
||||
3.修复直接拖拽图片文件到节点上时,上传到的是附件目录而不是图片目录的问题;
|
||||
4.修复思维导图文件保存了预览图片后再修改文件名称,预览图片文件改变了,但是思维导图数据中的路径没有更新导致预览图无法显示的问题;
|
||||
5.修复修改文件夹名称会导致文件夹下的所有文件被意外修改导致无法访问的问题;
|
||||
5.修复修改文件夹名称会导致文件夹下的所有文件被意外修改导致无法访问的问题;
|
||||
|
||||
# v0.1.8
|
||||
新增:
|
||||
1.拦截所有快捷键,避免不生效的问题;
|
||||
2.安装并启用了pdf-plus插件后,点击pdf文件链接时忽略Ctrl键的行为;
|
||||
3.完善嵌入预览没有预览图片的提示信息;
|
||||
4.优化主题侧边栏样式、打开主题侧边栏自动定位到当前所用主题;
|
||||
5.超链接弹窗-Obsidian文件:支持过滤文件类型;
|
||||
6.搜索框显示后自动聚焦;
|
||||
7.适配标签页标题栏关闭的情况;
|
||||
8.二级及以下节点如果是默认文字,双击节点进入编辑时默认全选中文字;
|
||||
9.右键菜单:1.高度适应当前窗口高度,可根据鼠标位置上下滚动,以显示所有菜单项,和obsidian右键菜单的行为一致;2.优化二级菜单在边缘显示不全的问题;
|
||||
|
||||
修复:
|
||||
1.导出带标签、备注、概要、图标内容的数据为md文件:1.转义备注内容中的代码块语法,避免冲突;2.修复这些内容转换为代码块时的缩进问题;3.修复再次导入该文件时会丢失数据的问题;
|
||||
2.修复各处单选框组的样式异常问题;
|
||||
3.修复右上角保存按钮提示文案异常问题;
|
||||
Loading…
Reference in a new issue