dundalek / atom-markdown-mindmap

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

Preview is not compatible with markdown-preview-enhanced #40

Open frapples opened 5 years ago

frapples commented 5 years ago

Hi: If I enable the preview of markdown-mindmap and markdown-preview-enhanced, when I click on a .md file, Both of the mindmap window and the markdown-preview-enhanced window are open.

My idea is, is there any way to distinguish between markdown-mindmap and markdown-preview-enhanced? For example, I can set the mindmap file to the .markdown suffix. markdown-preview-enhanced ignores files with the suffix, markdown-mindmap only enables preview for files this suffix.

dundalek commented 5 years ago

Hi, you can probably disable Auto Open option in Markdown Mindmap settings and open the mindmap preview with a keyboard shortcut only when needed. That is the way I personally do it.