mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
aa8f7f77d6
* Allow boot code to remain as tiddlers * Sync up with tiddlywiki5.html * Add \whitespace trim * Add download-full-wiki button * Simplify ExportTiddlyWikiCore code No longer needs the if-boot-code-is-missing part of the code. * Replace space btw icon and button text with CSS
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> |