---
mindmap-plugin: basic
---
# Enhancing Mind map
## Links
- <https://github.com/MarkMindLtd/obsidian-enhancing-mindmap>
- [GitHub](https://github.com/MarkMindLtd/obsidian-enhancing-mindmap)
## Related
- [coc-markmap](https://github.com/gera2ld/coc-markmap)
- [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap)
## Features
- links
- **inline** ~~text~~ *styles*
- multiline
text
- `inline code`
- Katex - $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
The plug-in only support a limited markdown format
New Mind Map | Ctrl/Cmd+P |
---|---|
New child node | Tab |
New brother node | enter |
Delete node | Delete |
edit node | Space/dblclick node |
Undo | Ctrl/Cmd+Z |
Redo | Ctrl/Cmd+Y |
Quit edit node | Tab |
Expand node | Ctrl/Cmd + / |
Collapse node | Ctrl/Cmd + / |
Move node to another node | Drag and drop node |
Tab node | Up/down/left/right |
Zoom in/out | Ctrl/Cmd + mouse wheel |
mind map to center | Ctrl/Cmd + E |
Pull requests are both welcome and appreciated. 😀