- Install the plugin
- An icon will appear in the top right toolbar
- Open a document
- Click the icon to pop up the markmap view
- Or use the shortcut key
Ctrl + Alt + M
- Or use the shortcut key
- Operation
- Click the plugin's configuration button
- Supports most official configuration options:
- Thanks to adadaadadade for providing the pr
Reference: https://markmap.js.org/docs/json-options
- That is, add two
---at the beginning of the document, and fill in the configuration items between them, the syntax isyaml; - The document's
Option Listis the list of supported configuration items;
Example:
---
markmap:
initialExpandLevel: 4
---
SiYuan note markdown content
| Version | Changes |
|---|---|
| v1.6.1 | Fix toolbar duplicate display issue |
| v1.6.0 | Support opening in side window |
| v1.5.0 | Fix markdown export mode config issues, add multiple configuration options |
| v1.4.0 | Add node max width config, support auto word wrap |
| v1.3.0 | Export image feature, improve collapsed node display |
| v1.2.0 | Adaptive light/dark theme |
| v1.1.0 | Keyboard shortcut support, default collapse level config |
| v1.0.1 | Multiple optimizations, fix block reference nesting |
| v1.0.0 | 🎉 Initial release |