开源软件名称(OpenSource Name):dundalek/atom-markdown-mindmap
开源软件地址(OpenSource Url):https://github.com/dundalek/atom-markdown-mindmap
开源编程语言(OpenSource Language):
CoffeeScript
98.2%
开源软件介绍(OpenSource Introduction):Markdown Mindmap
Type mind in the Atom command palette to open a mindmap view of the current markdown file. The full command name is Markdown Mindmap: Toggle .
By default there is no keyboard shortcut to avoid conflicts. If you want to use one open menu Edit -> Keymap... and add this to the file:
'atom-workspace':
'ctrl-alt-m': 'markdown-mindmap:toggle'
You can switch between different themes in package settings. Dark themes variants are also available.
This extension is built using the markmap component.
Suggestions for new featues are welcome, feel free to open an issue.
Changelog
0.6.2 (2019-08-11)
- Fix error for newly created unsaved file (#43)
0.6.1 (2018-11-08)
- Forgot to update the markmap dependency needed for the new features
0.6.0 (2018-11-08)
- Keep state of folded/unfolded nodes on update (#20)
- Watch for changes and update nested file trees
- Fix various file links issues
- Add an option to disable link parsing (#42)
0.5.0 (2018-09-10)
0.4.2
- Fix node width for non-lation characters (using canvas to measure text width)
- Add support for markdown numbered lists
0.4.1
- Fixes Block size for capital letters #29
0.4.0
- Make node width dynamic based on content
- Truncate long labels (can be switched off in settings)
- Parse markdown lists and display them as nodes (can be switched off in settings)
- Fix: navigation bug after collapsing and re-expanding nodes
Publishing
Notes to myself:
- Do not use
npm version before publishing, just use apm publish major|minor|patch which takes care of everything.
- If the command asks for username and password then personal access token can be used in place of the password.
|
请发表评论