markmap icon indicating copy to clipboard operation
markmap copied to clipboard

How to export my mind map to png?

Open hillerliao opened this issue 4 years ago • 7 comments

How to export my mind map to png?

sometimes png is useful when pasting it on figma canvas

hillerliao avatar Nov 25 '21 12:11 hillerliao

How?

xlindo avatar Mar 10 '22 03:03 xlindo

You can do that with this Obsidian plugin. https://github.com/verocloud/obsidian-mindmap-nextgen

james-tindal avatar Feb 04 '23 18:02 james-tindal

You can do that with this Obsidian plugin. https://github.com/verocloud/obsidian-mindmap-nextgen

but I still don't know how to do in markmap 😅.

legend80s avatar Apr 29 '24 08:04 legend80s

As a workaround, You can export high definition pngs if you use Firefox.

In order to do so:

  1. Run markmap $your_file and open the output html file in firefox
  2. Position your mind map so that it can be fully shown in the browser window
  3. Ctrl+Shift+K to pull up the debug console
  4. Enter :screenshot --dpr 4 --fullpage to take a high-definition screenshot
  5. if the text in the resulting image is blurry, change the 4 after --dpr to a higher value.

rywng avatar May 07 '24 09:05 rywng

https://github.com/JuanIrache/d3-svg-to-png

svg2png('#mindmap-graph', 'svg-to-png-q-default', { scale: 3, format: 'png', background: 'white' })

legend80s avatar May 08 '24 14:05 legend80s