dundalek / atom-markdown-mindmap

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

preview mode #12

Closed soerson closed 5 years ago

soerson commented 8 years ago

As we know markdawn has two modes: editing and previewing. Preview mode looks great for re-read documents. But now click on the node tree refers to the section in edit document mode. It would be great to use your plugin for navigation in preview too.

Thank you for your work.

dundalek commented 7 years ago

There is an outstanding issue for this to be implemented in the preview plugin (see https://github.com/atom/markdown-preview/issues/24). As a workaround installing the markdown-scroll-sync plugin should enable this.

dundalek commented 5 years ago

I recommend using markdown-preview-enhanced plugin which syncs the scroll position of the preview automatically and works well with the mindmap navigation.