mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 23:39:57 +00:00
12 lines
468 B
Plaintext
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>
|