1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-04 23:39:57 +00:00
TiddlyWiki5/plugins/tiddlywiki/tiddlyweb/syncer-actions-save-snapshot.tid
2024-02-06 21:00:30 +08:00

12 lines
468 B
Plaintext

title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/save-snapshot
tags: $:/tags/SyncerDropdown
\define lingo-base() $:/plugins/tiddlywiki/tiddlyweb/language/
<$button class="tc-btn-invisible">
<$wikify name="site-title" text={{$:/config/SaveWikiButton/Filename}}>
<$action-sendmessage $message="tm-download-file" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>
</$wikify>
{{$:/core/images/download-button}} <<lingo SaveSnapshot>>
</$button>