mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-09 17:00:27 +00:00
Add example of saving in SVG format
This commit is contained in:
parent
c9ce9b192d
commit
f36b9f248c
@ -41,3 +41,13 @@ Save the screen as an image file
|
|||||||
/>
|
/>
|
||||||
Save the screen as an image tiddler
|
Save the screen as an image tiddler
|
||||||
</$button> [[$:/temp/screenshot.png]]
|
</$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]]
|
||||||
|
Loading…
Reference in New Issue
Block a user