yaml to active mindmap:
---
mindmap-plugin: basic (or rich)
---
---
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}$
---
mindmap-plugin: rich
---
# md
``` json
{...}
```
The mindmap data will store to json.
| New Mind Map | Ctrl/Cmd+P |
|---|---|
| New child node | Tab |
| New brother node | enter |
| Delete node | Delete/Backspace |
| 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 |
| Change mindmap layout | Ctrl/Cmd + U / D / L / R / M |
| delete summary / boundary / relate link | Delete/Backspace |
yaml to active outline in basic mode of mind map
---
mindmap-plugin: basic
display-mode: outline
---
| Features | Short Cut |
|---|---|
| New Brother Node | Enter |
| Indent | Tab |
| Unindent | Shift+Tab |
| Zoom in | Ctrl/Cmd+] Or Double Click Dott |
| Zoom out | Ctrl/Cmd+[ |
| Move Up Or Down Node | Ctrl/Cmd + up/down |
Step
[[]] to reference pdfannos file in your folder as default, the annos file store annotations data,annos file is a json file in factmarkdown in setting tab , it will create ${pdf name}-annotate.md file in your folder. Each annotation has an associated quote block with a block reference. please do not modify these blocksannos file to save annotations,it is a json file in fact,the other ways is use md file to save annotations,you can select save type in setting tabThere are three ways to relate mind map node and annotate
ctrl/cmd + v to relate node and annotateid of annotate to clipboardobsidian://jump-to-pdf protocolbest way)[[${md name}#${block reference}]] to associate quote block with a block reference.