Skip to content

Commit b59604a

Browse files
committed
docs: enhance README with NPM downloads badge and related projects section
1 parent a207b68 commit b59604a

2 files changed

Lines changed: 22 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
![Sample Mindmap](./docs/markmap.svg)
44

55
[![NPM Version](https://img.shields.io/npm/v/@jinzcdev/markmap-mcp-server.svg)](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server)
6+
[![NPM Downloads](https://img.shields.io/npm/dm/@jinzcdev/markmap-mcp-server.svg)](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server)
67
[![GitHub License](https://img.shields.io/github/license/jinzcdev/markmap-mcp-server.svg)](LICENSE)
7-
[![Smithery Badge](https://smithery.ai/badge/@jinzcdev/markmap-mcp-server)](https://smithery.ai/server/@jinzcdev/markmap-mcp-server)
8-
[![中文文档](https://img.shields.io/badge/中文文档-点击查看-blue)](README_zh-CN.md)
8+
[![中文文档](https://img.shields.io/badge/简体中文-查看-blue)](README_zh-CN.md)
99
[![Stars](https://img.shields.io/github/stars/jinzcdev/markmap-mcp-server)](https://github.com/jinzcdev/markmap-mcp-server)
1010

1111
Markmap MCP Server is based on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) that allows one-click conversion of Markdown text to interactive mind maps, built on the open source project [markmap](https://github.com/markmap/markmap). The generated mind maps support rich interactive operations and can be exported in various image formats.
1212

13-
> 🎉 **Explore More Mind Mapping Tools**
14-
>
15-
> Try [MarkXMind](https://github.com/jinzcdev/markxmind) - An online editor that creates complex mind maps using simple XMindMark syntax. It supports real-time preview, multi-format export (.xmind/.svg/.png), importing existing XMind files. [Try it now](https://markxmind.js.org/)!
16-
1713
## Features
1814

1915
- 🌠 **Markdown to Mind Map**: Convert Markdown text to interactive mind maps
@@ -118,6 +114,15 @@ Convert Markdown text into an interactive mind map.
118114
}
119115
```
120116

117+
## Related Projects
118+
119+
🎉 Explore More Mind Mapping Tools:
120+
121+
| Project | Description |
122+
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
123+
| **[MarkXMind Online](https://github.com/jinzcdev/markxmind)** | Create XMind mind maps with Markdown online. Supports real-time preview, one-click export as `.xmind` / `.md` / `.png` / `.svg`, and importing existing XMind files. [Try it now →](https://markxmind.js.org/) |
124+
| **[Obsidian MarkXMind Plugin](https://github.com/jinzcdev/obsidian-markxmind)** | An Obsidian plugin that supports rendering XMindMark syntax as XMind mind maps inside `xmind` code blocks. |
125+
121126
## License
122127

123128
This project is licensed under the [MIT](./LICENSE) License.

README_zh-CN.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
![Sample Mindmap](./docs/markmap_zh.svg)
44

55
[![NPM Version](https://img.shields.io/npm/v/@jinzcdev/markmap-mcp-server.svg)](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server)
6+
[![NPM Downloads](https://img.shields.io/npm/dm/@jinzcdev/markmap-mcp-server.svg)](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server)
67
[![GitHub License](https://img.shields.io/github/license/jinzcdev/markmap-mcp-server.svg)](LICENSE)
7-
[![Smithery Badge](https://smithery.ai/badge/@jinzcdev/markmap-mcp-server)](https://smithery.ai/server/@jinzcdev/markmap-mcp-server)
8-
[![English Doc](https://img.shields.io/badge/English-Click-blue)](README.md)
8+
[![English Doc](https://img.shields.io/badge/English-View-blue)](README.md)
99
[![Stars](https://img.shields.io/github/stars/jinzcdev/markmap-mcp-server)](https://github.com/jinzcdev/markmap-mcp-server)
1010

1111
Markmap MCP Server 基于 [模型上下文协议 (MCP)](https://modelcontextprotocol.io/introduction),可将 Markdown 文本一键转换为交互式思维导图,底层采用开源项目 [markmap](https://github.com/markmap/markmap)。生成的思维导图支持丰富的交互操作,并可导出为多种图片格式。
1212

13-
> 🎉 **探索更多思维导图工具**
14-
>
15-
> 试试 [MarkXMind](https://github.com/jinzcdev/markxmind) - 一款使用简洁的 XMindMark 语法创建复杂思维导图的在线编辑器。支持实时预览、多格式导出(.xmind/.svg/.png)、导入现有 XMind 文件。[立即体验](https://markxmind.js.org/)
16-
1713
## 特性
1814

1915
- 🌠 **Markdown 转思维导图**:将 Markdown 文本转换为交互式思维导图
@@ -110,6 +106,15 @@ node build/index.js
110106
}
111107
```
112108

109+
## 相关项目
110+
111+
🎉 探索更多思维导图工具:
112+
113+
| 项目 | 说明 |
114+
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
115+
| **[MarkXMind Online](https://github.com/jinzcdev/markxmind)** | 用 Markdown 在线创建 XMind 思维导图。支持实时预览、一键导出为 `.xmind` / `.md` / `.png` / `.svg`,以及导入现有 XMind 文件。[立即体验 →](https://markxmind.js.org/) |
116+
| **[Obsidian MarkXMind Plugin](https://github.com/jinzcdev/obsidian-markxmind)** | Obsidian 插件,支持在 `xmind` 代码块中将 XMindMark 语法渲染为 XMind 思维导图。 |
117+
113118
## 许可证
114119

115120
本项目采用 [MIT](./LICENSE) 许可证。

0 commit comments

Comments
 (0)