You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been searching all docs here I could find, but can't seem to figure this one out.
So what I'd like to do is export my .drawio drawing to an SVG, using the internal svgdata plugin.
ChatGPT tells me to add something like --plugin svgdata in my command, but that doesn't seem to do anything (was this an option at some point, but removed now?)
So what I've tried.
This exports normally as an SVG, works like a charm!
This discussion was converted from issue #1805 on July 30, 2024 16:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there!
Been searching all docs here I could find, but can't seem to figure this one out.
So what I'd like to do is export my .drawio drawing to an SVG, using the internal svgdata plugin.
ChatGPT tells me to add something like
--plugin svgdata
in my command, but that doesn't seem to do anything (was this an option at some point, but removed now?)So what I've tried.
/Applications/draw.io.app/Contents/MacOS/draw.io --export --output diagram.svg diagram.drawio
/Applications/draw.io.app/Contents/MacOS/draw.io --export --output diagram.svg diagram.drawio --plugin svgdata
I did find the
--enable-plugins
option, but that seems to be about external plugins anyway, while thesvgdata
plugin is internal./Applications/draw.io.app/Contents/MacOS/draw.io --enable-plugins --export --output diagram.svg diagram.drawio
Could you help me figure out how to do my export?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions