Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to export my mind map to png? #94

Open
hillerliao opened this issue Nov 25, 2021 · 5 comments
Open

How to export my mind map to png? #94

hillerliao opened this issue Nov 25, 2021 · 5 comments

Comments

@hillerliao
Copy link

How to export my mind map to png?

sometimes png is useful when pasting it on figma canvas

@xlindo
Copy link

xlindo commented Mar 10, 2022

How?

@james-tindal
Copy link

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

@legend80s
Copy link

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 😅.

@rywng
Copy link

rywng commented May 7, 2024

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.

@legend80s
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants