mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
9b3ca525ee
Routes are now rationalised, too.
10 lines
417 B
Plaintext
10 lines
417 B
Plaintext
title: $:/plugins/tiddlywiki/multiwikiclient/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>
|