mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
e051eb7d90
Now we’re done with the text that lives in tiddlers, and we’ll need to get on with the text that is embedded in code modules.
12 lines
526 B
Plaintext
12 lines
526 B
Plaintext
title: $:/snippets/autosavestatus
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Saving/
|
|
<$reveal type="match" state="$:/config/AutoSave" text="yes">
|
|
<<lingo AutoSave/Enabled/Prompt>>
|
|
<$linkcatcher to="$:/config/AutoSave"><$link to="no"><<lingo AutoSave/Enabled/Button>>
|
|
</$link></$linkcatcher>
|
|
</$reveal>
|
|
<$reveal type="nomatch" state="$:/config/AutoSave" text="yes">
|
|
<<lingo AutoSave/Disabled/Prompt>>
|
|
<$linkcatcher to="$:/config/AutoSave"><$link to="yes"><<lingo AutoSave/Disabled/Button>></$link></$linkcatcher>
|
|
</$reveal> |