mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
10 lines
411 B
Plaintext
10 lines
411 B
Plaintext
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/save-snapshot
|
|
tags: $:/tags/SyncerDropdown
|
|
|
|
<$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}} Save snapshot for offline use
|
|
</$button>
|