{"id":29196403,"url":"https://github.com/jinzcdev/markxmind","last_synced_at":"2026-04-29T04:34:19.707Z","repository":{"id":293007203,"uuid":"980989494","full_name":"jinzcdev/markxmind","owner":"jinzcdev","description":"Create XMind mind maps with Markdown online, export as .xmind/.md/.png/.svg in one click.","archived":false,"fork":false,"pushed_at":"2025-05-21T13:05:32.000Z","size":433,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T14:32:27.484Z","etag":null,"topics":["markdown","markmap","mindmap","mindnode","xmind"],"latest_commit_sha":null,"homepage":"http://markxmind.js.org/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jinzcdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-10T05:07:57.000Z","updated_at":"2025-05-21T13:05:19.000Z","dependencies_parsed_at":"2025-05-13T08:53:42.548Z","dependency_job_id":null,"html_url":"https://github.com/jinzcdev/markxmind","commit_stats":null,"previous_names":["jinzcdev/markxmind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jinzcdev/markxmind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkxmind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkxmind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkxmind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkxmind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinzcdev","download_url":"https://codeload.github.com/jinzcdev/markxmind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkxmind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083546,"owners_count":23411161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown","markmap","mindmap","mindnode","xmind"],"created_at":"2025-07-02T06:01:40.858Z","updated_at":"2026-04-29T04:34:19.701Z","avatar_url":"https://github.com/jinzcdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkXMind\n\n[![License](https://img.shields.io/github/license/jinzcdev/markxmind.svg)](https://github.com/jinzcdev/markxmind/blob/main/LICENSE)\n[![中文文档](https://img.shields.io/badge/中文文档-点击查看-blue)](README_zh-CN.md)\n[![npm](https://img.shields.io/npm/v/@markxmind/markxmind-core.svg)](https://www.npmjs.com/package/@markxmind/markxmind-core)\n[![GitHub Stars](https://img.shields.io/github/stars/jinzcdev/markxmind?style=social)](https://github.com/jinzcdev/markxmind)\n\n\u003e **🎉 [@markxmind/markxmind-core](https://www.npmjs.com/package/@markxmind/markxmind-core)** — the MarkXMind (XMindMark) parser — is now published on npm. Use it in any Node.js or browser project: `npm install @markxmind/markxmind-core`.\n\n**MarkXMind** is an online mind mapping editor that creates mind maps using a Markdown-like syntax (XMindMark), with real-time preview and export to multiple formats. Inspired by [Markmap](https://github.com/markmap/markmap) and [XMindMark](https://github.com/xmindltd/xmindmark).\n\n## ✨ Features\n\n- 🚀 Create complex mind maps with pure text, using simple XMindMark syntax\n- 👀 Real-time preview of rendered results\n- 💾 Export to multiple formats: `.xmind`, `.xmindmark`, `.svg`, `.png`\n- 📤 Import `.xmind` files and convert to XMindMark text\n- 🖥️ Runs entirely in the browser, no backend services required\n- 🌓 Support for light/dark mode\n\n## 🔗 Online Usage\n\n[👉 Try MarkXMind now](https://markxmind.js.org/)\n\n![MarkXMind Preview](./docs/preview.png)\n\n## 🚀 Local Development\n\n### Prerequisites\n\n- Node.js (v18 or above)\n- npm\n\n### Installation Steps\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/jinzcdev/markxmind.git\ncd markxmind\n```\n\n2. Install dependencies\n\n```bash\nnpm install\n```\n\n3. Start the development server\n\n```bash\nnpm run serve\n```\n\n4. Open your browser and visit `http://localhost:5173`\n\n### Build the Project\n\n```bash\nnpm run build\n```\n\n## 📝 How to Use\n\n### Basic Usage\n\n1. Enter XMindMark text in the editor\n2. Preview the generated mind map in real-time on the right\n3. Use the toolbar at the bottom to export to different formats\n\n### XMindMark Syntax Introduction\n\nXMindMark syntax is similar to Markdown, using indentation and special symbols to represent the hierarchical structure and relationships of elements in the mind map.\n\n#### Basic Syntax Example\n\n```\nCentral Topic\n\n- Topic 1\n    * Subtopic 1.1\n    * Subtopic 1.2\n- Topic 2\n    * Subtopic 2.1\n        - Subsubtopic 2.1.1\n```\n\n#### Advanced Syntax\n\n- **Relationships**: Use `[number]` and `[^number]` to create connections between topics\n- **Boundaries**: Use `[B]` or `[Bnumber]` to create boundaries\n- **Summaries**: Use `[S]` or `[Snumber]` to create summaries\n- **Hyperlinks**: Use `[L:url]` to add hyperlinks to topics\n- **Notes**: Use `[N:content]` to add text notes to topics\n- **Folding**: Use `[F]` to make topics appear folded\n\nFor detailed syntax, please refer to:\n\n- [XMindMark Syntax Guide](./docs/xmindmark-syntax.md)\n- [XMindMark Detailed Specification](./docs/specification.md)\n\n## 🤝 Contributions\n\nContributions are welcome, whether it's code contributions, bug reports, or new feature suggestions! Please participate through [GitHub Issues](https://github.com/jinzcdev/markxmind/issues) and [Pull Requests](https://github.com/jinzcdev/markxmind/pulls).\n\n## 📄 License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzcdev%2Fmarkxmind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinzcdev%2Fmarkxmind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzcdev%2Fmarkxmind/lists"}