1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-08 16:30:26 +00:00

Add example of saving in SVG format

This commit is contained in:
Jeremy Ruston 2024-12-10 09:29:24 +00:00
parent c9ce9b192d
commit f36b9f248c

View File

@ -41,3 +41,13 @@ Save the screen as an image file
/>
Save the screen as an image tiddler
</$button> [[$:/temp/screenshot.png]]
<$button>
<$action-sendmessage
$message="tm-save-dom-to-image"
selector="body.tc-body"
format="svg"
save-title="$:/temp/screenshot.svg"
/>
Save the screen as an image tiddler in SVG format
</$button> [[$:/temp/screenshot.svg]]