mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-01 08:16:55 +00:00
Add hidden settings docs
This commit is contained in:
parent
a89ae45188
commit
11421f371c
@ -0,0 +1,9 @@
|
||||
created: 20150619162518761
|
||||
modified: 20150619162605652
|
||||
tags: [[Hidden Settings]]
|
||||
title: Hidden Setting: Search AutoFocus
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
When TiddlyWiki first opens in the browser the search box is automatically given the focus by default. If this causes problems, you can change the default by changing this value from ''true'' to ''false'':
|
||||
|
||||
$:/config/Search/AutoFocus
|
@ -0,0 +1,11 @@
|
||||
created: 20150619162409306
|
||||
modified: 20150619162511957
|
||||
tags: [[Hidden Settings]]
|
||||
title: Hidden Setting: Typing Refresh Delay
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlyWiki defers processing changes to draft tiddlers until a timeout has elapsed. The default value of 400ms gives a good balance of responsiveness in most cases but isn't always optimal on lower powered mobile devices.
|
||||
|
||||
The timeout can now be changed by changing this value (in milliseconds):
|
||||
|
||||
$:/config/Drafts/TypingTimeout
|
@ -0,0 +1,9 @@
|
||||
created: 20150619162223882
|
||||
modified: 20150619162405141
|
||||
tags: [[Customise TiddlyWiki]]
|
||||
title: Hidden Settings
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The most useful configuration settings for TiddlyWiki are exposed in the [[control panel|$:/ControlPanel]] but some more advanced settings do not have a full user interface. Instead, the underlying configuration tiddlers are edited directly.
|
||||
|
||||
<<list-links "[tag[Hidden Settings]]">>
|
@ -1,6 +1,6 @@
|
||||
caption: 5.1.9
|
||||
created: 20150616073318877
|
||||
modified: 20150616073318877
|
||||
modified: 20150619162737565
|
||||
tags: ReleaseNotes
|
||||
title: Release 5.1.9
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -71,11 +71,12 @@ Revert
|
||||
|
||||
There are new options for controlling the position in the story river of newly opened tiddles. Visit the ''Settings'' tab of $:/ControlPanel and look for "Tiddler Opening Behaviour".
|
||||
|
||||
!! New Setting for Draft Tiddler Typing Timeout
|
||||
!! New Hidden Settings
|
||||
|
||||
TiddlyWiki defers processing changes to draft tiddlers until a timeout has elapsed. The default value of 400ms gives a good balance of responsiveness in most cases but isn't always optimal on lower powered mobile devices.
|
||||
Two new [[hidden settings|Hidden Settings]] for advanced configuration:
|
||||
|
||||
The timeout can now be changed by changing the value in [[$:/config/Drafts/TypingTimeout]].
|
||||
* [[Hidden Setting: Search AutoFocus]]
|
||||
* [[Hidden Setting: Typing Refresh Delay]]
|
||||
|
||||
!! New Vars widget
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user