From 11421f371c058a13d803a7d6c50938131c51be5a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 19 Jun 2015 17:29:05 +0100 Subject: [PATCH] Add hidden settings docs --- .../Hidden_Setting__Search_AutoFocus.tid | 9 +++++++++ .../Hidden_Setting__Typing_Refresh_Delay.tid | 11 +++++++++++ .../tiddlers/hiddensettings/Hidden_Settings.tid | 9 +++++++++ .../tw5.com/tiddlers/releasenotes/Release 5.1.9.tid | 9 +++++---- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Search_AutoFocus.tid create mode 100644 editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Typing_Refresh_Delay.tid create mode 100644 editions/tw5.com/tiddlers/hiddensettings/Hidden_Settings.tid diff --git a/editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Search_AutoFocus.tid b/editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Search_AutoFocus.tid new file mode 100644 index 000000000..df45ed0b0 --- /dev/null +++ b/editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Search_AutoFocus.tid @@ -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 diff --git a/editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Typing_Refresh_Delay.tid b/editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Typing_Refresh_Delay.tid new file mode 100644 index 000000000..711104529 --- /dev/null +++ b/editions/tw5.com/tiddlers/hiddensettings/Hidden_Setting__Typing_Refresh_Delay.tid @@ -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 \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/hiddensettings/Hidden_Settings.tid b/editions/tw5.com/tiddlers/hiddensettings/Hidden_Settings.tid new file mode 100644 index 000000000..e5aeb0a29 --- /dev/null +++ b/editions/tw5.com/tiddlers/hiddensettings/Hidden_Settings.tid @@ -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. + +<> \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid index ad3b77b88..dc0951049 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid @@ -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