This commit is contained in:
街角小林 2026-03-25 16:02:10 +08:00
parent 4b69bb378b
commit 89a318f0e5
5 changed files with 22 additions and 14 deletions

View file

@ -2,13 +2,15 @@
# SimpleMindMap 插件
为 Obsidian 提供一个好用的思维导图插件。
做 Obsidian 最好用的思维导图插件。
本插件思维导图功能建立在[mind-map](https://github.com/wanglin2/mind-map)项目之上mind-map 项目提供了一个 js 思维导图库,以及一个完整的在线版思维导图
> 本插件源码不开源,本仓库仅存放文档
mind-map 也提供了独立的思维导图客户端,可以点击[客户端](https://github.com/wanglin2/mind-map/releases)了解更多。
独立客户端下载Windows、macOS、Linux[点击这里](https://github.com/wanglin2/mind-map/releases)
> 本插件思维导图功能建立在[mind-map](https://github.com/wanglin2/mind-map)项目之上mind-map 项目提供了一个 js 思维导图库,以及一个完整的在线版思维导图。
>
> mind-map 也提供了独立的思维导图客户端,可以点击[客户端](https://github.com/wanglin2/mind-map/releases)了解更多。
>
> 独立客户端下载Windows、macOS、Linux[点击这里](https://github.com/wanglin2/mind-map/releases)。
如何安装:[中文](./docs/install_zh.md) | [English](./docs/install.md)
@ -18,7 +20,6 @@ mind-map 也提供了独立的思维导图客户端,可以点击[客户端](ht
图床配置帮助:[中文](./docs/imageHosting_zh.md) | [English](./docs/imageHosting.md)
> 插件源码不开源,本仓库仅存放文档。
# 功能清单
@ -179,11 +180,18 @@ mind-map 也提供了独立的思维导图客户端,可以点击[客户端](ht
<tr>
<td align="center" style="word-wrap: break-word; width: 75.0; height: 75.0">
<a href="#">
<img src="./docs/imgs/gzh.jpeg" width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px"/>
<img src="./docs/imgs/gzh.jpg" width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px"/>
<br />
<sub style="font-size:14px"><b>微信公众号</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 75.0; height: 75.0">
<a href="#">
<img src="./docs/imgs/xhs.jpg" width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px"/>
<br />
<sub style="font-size:14px"><b>小红书</b></sub>
</a>
</td>
</tr>
</table>

View file

@ -2,13 +2,15 @@
# SimpleMindMap Plugin
Provides a user-friendly mind map plugin for Obsidian.
The best mind map plugin for making Obsidian.
The mind map functionality is built upon the [mind-map](https://github.com/wanglin2/mind-map) project, which offers a JavaScript mind map library and a complete online version.
> The plugin source code is not open source, and this repository only stores documentation.
mind-map also provides a standalone mind map client. Learn more about the [Client](https://github.com/wanglin2/mind-map/releases).
Download standalone client(Windows、macOS、Linux): [Click here](https://github.com/wanglin2/mind-map/releases)
> The mind map functionality is built upon the [mind-map](https://github.com/wanglin2/mind-map) project, which offers a JavaScript mind map library and a complete online version.
>
> mind-map also provides a standalone mind map client. Learn more about the [Client](https://github.com/wanglin2/mind-map/releases).
>
>Download standalone client(Windows、macOS、Linux): [Click here](https://github.com/wanglin2/mind-map/releases)
How to install: [中文](./docs/install_zh.md) | [English](./docs/install.md)
@ -18,8 +20,6 @@ Help: [中文](./docs/help_zh.md) | [English](./docs/help.md)
Image Hosting Help: [中文](./docs/imageHosting_zh.md) | [English](./docs/imageHosting.md)
> The plugin source code is not open source, and this repository only stores documentation.
# Feature List
- For mind map features, refer to the [mind-map](https://github.com/wanglin2/mind-map) project. You can also check [Common Issues](./Help.md) here.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
docs/imgs/gzh.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
docs/imgs/xhs.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB