dundalek / atom-markdown-mindmap

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

Export as SVG #5

Closed dundalek closed 7 years ago

dundalek commented 8 years ago

Possible variants:

ccschmitz commented 8 years ago

This would be awesome!

dundalek commented 8 years ago

I am looking into this. There is a bit of challenge because CSS is used for styling. There are two possible solutions:

  1. Hardcode the styling into elements directly - but we would loose flexibility when creating various themes.
  2. Find out a way how to inline those styles into DOM before exporting.
DSigmund commented 8 years ago

Also save as png would be a good start ;-) or autosave ;-)

sander76 commented 8 years ago

I'd love to see any export option too !

dundalek commented 7 years ago

This is now implemented in v0.3.0 update.

To export an SVG image right click on the mindmap and select copy or save from the menu: image