mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
b5059c612a
Also does some reorganisation of control panel to move “saving” related settings together, and expose a UI for savers to plug into. Fixes #2741
17 lines
556 B
Plaintext
17 lines
556 B
Plaintext
title: $:/core/ui/ControlPanel/Saving/General
|
|
tags: $:/tags/ControlPanel/Saving
|
|
caption: {{$:/language/ControlPanel/Saving/General/Caption}}
|
|
list-before:
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/
|
|
|
|
{{$:/language/ControlPanel/Saving/General/Hint}}
|
|
|
|
!! <$link to="$:/config/AutoSave"><<lingo AutoSave/Caption>></$link>
|
|
|
|
<<lingo AutoSave/Hint>>
|
|
|
|
<$radio tiddler="$:/config/AutoSave" value="yes"> <<lingo AutoSave/Enabled/Description>> </$radio>
|
|
|
|
<$radio tiddler="$:/config/AutoSave" value="no"> <<lingo AutoSave/Disabled/Description>> </$radio>
|