mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-10 03:49:13 +00:00
Move control panel autosave settings
This commit is contained in:
@@ -13,10 +13,6 @@ http://$(userName)$.tiddlyspot.com/backup/
|
||||
</$set>
|
||||
</$reveal>
|
||||
\end
|
||||
! <<lingo Heading>>
|
||||
|
||||
|<<lingo AutoSave>> |{{$:/snippets/autosavestatus}} |
|
||||
|
||||
! <<lingo TiddlySpot/Heading>>
|
||||
|
||||
|<<lingo TiddlySpot/UserName>> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
title: $:/core/ui/ControlPanel/Settings/AutoSave
|
||||
tags: $:/tags/ControlPanel/Settings
|
||||
caption: {{$:/language/ControlPanel/Settings/AutoSave/Caption}}
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Settings/AutoSave/
|
||||
|
||||
<$link to="$:/config/AutoSave"><<lingo Hint>></$link>
|
||||
|
||||
<$radio tiddler="$:/config/AutoSave" value="yes"> <<lingo Enabled/Description>> </$radio>
|
||||
|
||||
<$radio tiddler="$:/config/AutoSave" value="no"> <<lingo Disabled/Description>> </$radio>
|
||||
Reference in New Issue
Block a user