Open hillerliao opened 2 years ago
How?
You can do that with this Obsidian plugin. https://github.com/verocloud/obsidian-mindmap-nextgen
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 😅.
As a workaround, You can export high definition pngs if you use Firefox.
In order to do so:
markmap $your_file
and open the output html file in firefoxCtrl+Shift+K
to pull up the debug console:screenshot --dpr 4 --fullpage
to take a high-definition screenshot4
after --dpr
to a higher value.https://github.com/JuanIrache/d3-svg-to-png
svg2png('#mindmap-graph', 'svg-to-png-q-default', { scale: 3, format: 'png', background: 'white' })
How to export my mind map to png?
sometimes png is useful when pasting it on figma canvas