mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
def8e6d354
* adding trim: link-dropdown, Fields, unfold * adding trim: all remaining snippets * Fix for reversion I accidentally applied
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
title: $:/snippets/download-wiki-button
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Tools/Download/
|
|
\whitespace trim
|
|
<$button class="tc-btn-big-green">
|
|
<$action-sendmessage $message="tm-download-file" $param="$:/core/save/all" filename="index.html"/>
|
|
<<lingo Full/Caption>> {{$:/core/images/save-button}}
|
|
</$button> |