/atom-markdown-mindmap

Visualize markdown files as mindmaps in Atom editor

Primary LanguageCoffeeScriptOtherNOASSERTION

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)

  • 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.