diff --git "a/docs/\347\224\250\346\210\267\346\211\213\345\206\214.md" "b/docs/\347\224\250\346\210\267\346\211\213\345\206\214.md" index 46eb861..61a2734 100644 --- "a/docs/\347\224\250\346\210\267\346\211\213\345\206\214.md" +++ "b/docs/\347\224\250\346\210\267\346\211\213\345\206\214.md" @@ -143,6 +143,30 @@ PDF 标注形式如下 :xxxxxx[📌](obsidian://jump-to-pdf?pdf=xxxxxx.pdf&ann ![1](https://user-images.githubusercontent.com/18719494/131444787-c6168197-ecd6-4b20-a134-39eb54c47d90.gif) ![2](https://user-images.githubusercontent.com/18719494/131444872-6b11111d-48de-462d-b96a-d468a0aeb8ef.gif) +## 大纲 +在`basic`模式下,添加`yaml`用以激活大纲模式 + +``` +--- + +mindmap-plugin: basic +display-mode: outline + +--- +``` + +## Outline short cut + +| 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 | + + ## 注意事项