├── manifest.json └── README.md /manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "kity-mindmap", 3 | "name": "Kity Mindmap", 4 | "description": "百度脑图", 5 | "author": "eightHundreds", 6 | "minAppVersion": "1.0.0", 7 | "version": "2.1.3" 8 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # obsidian-kity-mind 2 | 3 | 推荐使用[brat](https://github.com/TfTHacker/obsidian42-brat)安装 4 | 5 | 6 | ![2023-08-28 19 59 30](https://github.com/eightHundreds/obsidian-kity-mind/assets/18695431/4cf8a0d2-7c98-4455-9087-5794985c0ba7) 7 | 8 | 9 | 建议使用[obsidian-simple-mindmap](https://github.com/lithStudy/obsidian-simple-mindmap) 10 | 11 | 12 | # TODO 13 | 14 | - [ ] 直接粘贴截图 (看心情) 15 | - [ ] 备注支持粘贴截图 (大A过3500) 16 | --------------------------------------------------------------------------------