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.
Notes to myself:
npm version
before publishing, just use apm publish major|minor|patch
which takes care of everything.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.