dundalek / atom-markdown-mindmap

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

Is it possible to open the mindmap below? #49

Open jkamenik opened 4 years ago

jkamenik commented 4 years ago

My markdown notes tend to be on the order to 5 to 10 nested items, which is really hard to see when the screen is split left/right.

This could be fixed by allowing me to pick an up/down orientation as described in #16. However, I'd actually prefer if I could choose how the screen is split. Default could be "Right" as it is now, but I'd like to switch it to "Down". Is this possible? Or possible to add?

Also, in cases where I want a preview and mindmap it's nice to move the mindmap below

dundalek commented 4 years ago

After the preview is opened to the right you can drag the tab of the preview below and Atom will split the view accordingly.

If you are a developer I would be happy to accept a pull request that would add this option.