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

[Feature] Save/export diagram as image #5244

Closed
wcheek opened this issue May 13, 2022 · 1 comment
Closed

[Feature] Save/export diagram as image #5244

wcheek opened this issue May 13, 2022 · 1 comment

Comments

@wcheek
Copy link

wcheek commented May 13, 2022

It would be nice to be able to copy/save diagrams as .png without exporting the entire page.

Eg) I create a diagram using mermaid.js:

graph LR
A(JVM Runtime) --> B[Java Heap]
style A fill:#f9f,stroke:#333,stroke-width:4px
A(JVM Runtime) --> C[Class loading]
A(JVM Runtime) --> D[JIT Compilation]

linkStyle 0,1,2 stroke:#0ff,stroke-width:2px,color:red;
Loading

Now I want to save this diagram as an image.

Feature request: Add a context menu option when right clicking on a diagram to allow to copy as image/save as image.

edit:
I found a great site to do this here. It would still be nice to have this feature native in Typora, but maybe it's a low priority.

@wcheek wcheek changed the title [Feature] Save/export diagrams [Feature] Save/export diagram as image May 13, 2022
@abnerlee
Copy link
Contributor

duplicated with #5187

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

2 participants