We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to copy/save diagrams as .png without exporting the entire page.
.png
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;
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.
The text was updated successfully, but these errors were encountered:
duplicated with #5187
Sorry, something went wrong.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: