dundalek / atom-markdown-mindmap

Visualize markdown files as mindmaps in Atom editor
Other
117 stars 31 forks source link

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'

Mindmap screenshot

You can switch between different themes in package settings. Dark themes variants are also available.

Different theme

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)

0.6.1 (2018-11-08)

0.6.0 (2018-11-08)

0.5.0 (2018-09-10)

0.4.2

0.4.1

0.4.0

Publishing

Notes to myself: