mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
title: $:/snippets/download-wiki-button
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Tools/Download/
|
|
<$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> |