Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MarkMindCkm/obsidian-enhancing-mindmap
obsidian plugin editable mindmap,you can edit mindmap on markdown file
https://github.com/MarkMindCkm/obsidian-enhancing-mindmap
Last synced: 3 months ago
JSON representation
obsidian plugin editable mindmap,you can edit mindmap on markdown file
- Host: GitHub
- URL: https://github.com/MarkMindCkm/obsidian-enhancing-mindmap
- Owner: MarkMindCkm
- License: mit
- Created: 2021-06-27T01:35:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T02:43:54.000Z (4 months ago)
- Last Synced: 2024-07-29T15:38:51.617Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 558
- Watchers: 9
- Forks: 52
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - MarkMindCkm/obsidian-enhancing-mindmap - obsidian plugin editable mindmap,you can edit mindmap on markdown file (JavaScript)
README
# obsidian-enhancing-mindmap-plugin
[English](https://github.com/MarkMindCkm/obsidian-enhancing-mindmap) [δΈζ](https://github.com/MarkMindCkm/obsidian-enhancing-mindmap/blob/main/Readme-zh.md)![test](https://user-images.githubusercontent.com/18719494/124454742-63ec8580-ddbb-11eb-8da0-7cd44f38a225.gif)
## Will output this markdown:
```
---mindmap-plugin: basic
---
# Enhancing Mind map
## Links
-
- [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}$
```### notice
The plug-in only support a limited markdown format
## Short cuts
| 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 |## Features
1. edit node
2. drag node to another node
3. undo/redo
4. toggle between mindmap and markdown views
5. synchronize data between boards
...![test (2)](https://user-images.githubusercontent.com/18719494/124458786-fd1d9b00-ddbf-11eb-8dbc-eeefb5b7abf5.gif)
## Manual installation
1. Download the latest release
2. Extract the obsidian-enhancing-mindmap folder from the zip to your vault's plugins folder: /.obsidian/plugins/
3. Note: On some machines the .obsidian folder may be hidden. On MacOS you should be able to press Command+Shift+Dot to show the folder in Finder.
4. Reload Obsidian
5. If prompted about Safe Mode, you can disable safe mode and enable the plugin.## Plans
1. more theme
2. more mind map layouts
3. save to image/opml
4. imports opml/xmind## For developers
Pull requests are both welcome and appreciated. π