mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
18 lines
713 B
Plaintext
18 lines
713 B
Plaintext
|
title: $:/core/ui/DownloadFullWiki
|
||
|
|
||
|
\whitespace trim
|
||
|
\rules except wikilink
|
||
|
|
||
|
To download the standard single-file version of your wiki:
|
||
|
|
||
|
<$wikify name="site-title" text={{$:/config/SaveWikiButton/Filename}}>
|
||
|
<$let publishFilter="""-[[$:/config/SaveWikiButton/Template]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]]""">
|
||
|
<$button tooltip="Download fully standalone wiki" aria-label="download full wiki" class="tc-btn-big-green">
|
||
|
<$action-sendmessage $message="tm-download-file" $param="$:/core/save/all" publishFilter=<<publishFilter>> filename=<<site-title>>/>
|
||
|
{{$:/core/images/download-button}}
|
||
|
<span class="tc-tiny-gap-left">
|
||
|
Download full wiki
|
||
|
</span>
|
||
|
</$button>
|
||
|
</$let>
|
||
|
</$wikify>
|