mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
d70b6a7d6c
* Make save wiki button be accessible to users without colour vision * Make the dynamic button be a separate button For backwards compatibility
8 lines
330 B
Plaintext
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>> {{$:/core/images/save-button-dynamic}}
|
|
</$button> |