From 7a8b1dc4cd9a0b94a4048ca88112d5917cd0536d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Wed, 24 Jun 2026 09:47:14 +0800 Subject: [PATCH] 'update' --- docs/help.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++- docs/help_zh.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 99 insertions(+), 2 deletions(-) diff --git a/docs/help.md b/docs/help.md index d7f7ea0..cf3a60a 100644 --- a/docs/help.md +++ b/docs/help.md @@ -2,6 +2,54 @@ > The Ctrl key mentioned in this document corresponds to the Command key on Mac systems. +- Can the .smm tag be removed from the mind map file name? + +It is best not to, as the plugin needs this tag to determine whether it is a mind map file. + +- Can mind map files be opened in Markdown view? + +Yes: + +Method 1: Click the [Open as Markdown document] option in the right-click menu of the mind map file; + +Method 2: Click the [More] button in the top right corner of the mind map view to open the dropdown menu, and select the [Open as Markdown document] option; + +- How many ways are there to create a new mind map file? + +There are three ways: + +1. Click the Ribbon icon on the left; + +2. Click [New mind map] in the folder's right-click menu; + +3. Use the command [New mind map]; + +- Is it supported to embed mind map files in Markdown documents using the ![[]] format? + +Yes. If image data exists in the file, the image will be displayed, and double-clicking the image will open the file; otherwise, it will prompt: [No image to preview], and double-clicking will also switch to that mind map file; + +Image data needs to be manually triggered to save and update using the [Save and update image data] button; auto-save will not update the image data. + +If both the mind map file and the Markdown document embedding it are opened at the same time, the preview image in the Markdown document will automatically update after the mind map image is updated. + +If image data exists in the mind map, the embedded image will be in PNG format; otherwise, it will be in SVG format; + +It supports setting whether the background of the embedded image is transparent in the settings; + +The image width can be adjusted: [[xxx.smm|300]]. + +- Is editing in a separate window supported? + +No, it will cause an error. + +- After adding images or files to a mind map node, if the storage path of these images or files is modified, will the mind map update automatically? + +No, so it is recommended to set the storage path for images and files in the settings first before adding them; otherwise, you will need to manually update the paths of the added images and files. + +- Can internal links in the formats [[]] and ![[]] be inserted into the text of mind map nodes? + +Inserting the [[]] format is supported, but the ![[]] format is not supported. + - Open a hyperlink in a new tab Ctrl + click the hyperlink. @@ -12,7 +60,8 @@ Hold down the Ctrl key and use the mouse wheel to zoom the canvas. - **Is free node supported?** - No. + +Support, double-click in the blank space of the canvas to create. - **Can nodes be added after a summary node?** No. This feature will not be implemented in the short term. diff --git a/docs/help_zh.md b/docs/help_zh.md index 25c70e4..468ecd9 100644 --- a/docs/help_zh.md +++ b/docs/help_zh.md @@ -2,6 +2,54 @@ > 本文档中提到的Ctrl键,在Mac系统中,对应的是Command键 +- 思维导图文件文件名能否去掉.smm标记? + +最好不要,插件需要通过该标记来判断是否为思维导图文件。 + +- 思维导图文件能否以Markdown视图打开? + +可以: + +方法1.点击思维导图文件右键菜单中的【打开为 Markdown 文档】菜单; + +方法2.思维导图视图中点击右上角【更多】按钮打开下拉菜单,选择【打开为 Markdown 文档】菜单; + +- 新建思维导图文件有几种方法? + +有三种方式: + +1.点击左侧的 Ribbon 图标; + +2.点击文件夹右键菜单中的【新建思维导图】; + +3.使用命令【新建思维导图】; + +- 是否支持以 ![[]] 格式在 Markdown 文档中嵌入思维导图文件? + +支持,如果文件中存在图像数据,那么会显示该图像,双击图像可打开文件,否则会提示:【没有可预览图片】,双击也可切换到该思维导图文件; + +图像数据需使用【保存并更新图像数据】按钮手动触发保存和更新,自动保存不会更新图像数据。 + +如果同时打开了思维导图文件和嵌入了该思维导图文件的 Markdown 文档,那么思维导图图像更新后,Markdown 文档中的预览图像也会自动更新。 + +如果思维导图中存在图片数据,那么嵌入的图像为png格式,否则为svg格式; + +支持在设置中设置嵌入的图像背景是否透明; + +图像可调整宽度:[[xxx.smm|300]]。 + +- 是否支持独立窗口编辑? + +不支持,会报错。 + +- 在思维导图节点上添加图片、文件后,修改了这些图片、文件的存储路径后,思维导图中会自动更新吗? + +不会,所以建议先在设置中设置好图片、文件的存储路径,然后进行添加,否则需要手动去更新已添加的图片、文件路径。 + +- 在思维导图节点的文本中能否插入[[]]、![[]]格式的内链? + +支持插入[[]]格式,![[]]格式不支持。 + - 新标签页打开超链接 ctrl + 点击超链接。 @@ -16,7 +64,7 @@ ctrl + 点击超链接。 - 是否支持自由节点? -不支持。 +支持,在画布空白处双击创建。 - 概要节点后面是否能继续添加节点?