yaml来使用思维导图功能:
---
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
{...}
```
思维导图数据存储在 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 激活大纲
---
mindmap-plugin: basic
display-mode: outline
---
| 功能 | 快捷键 |
|---|---|
| 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 |
步骤
[[]] 链接PDF文件annos 文件, 这个 annos文件用来保存标注信息 ,本质上它是一个json文件markdown文件存储标注 , 它将在文件夹中创建一个下面这种形式${pdf name}-annotate.md的文件. 这个文件中每个标注都会有一个块标记,你可以在其他文件中引用ctrl/cmd + v 增加联系,这会在节点上生成一个标志id复制到剪贴板obsidian://jump-to-pdf 协议(这个可以用于markdown文件、思维导图、大纲)推荐 可以用于markdown、思维导图、大纲)[[${md name}#${block reference}]]