1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-17 19:09:55 +00:00
TiddlyWiki5/core/wiki/download-wiki-button.tid
jeremy@jermolene.com 891f3a3f3a Make the dynamic button be a separate button
For backwards compatibility
2023-01-26 09:43:58 +00:00

8 lines
330 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>>&#32;{{$:/core/images/save-button-dynamic}}
</$button>