From f29d24a1f51b9551a629fe42ce35bb3255ab5895 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Mon, 2 Nov 2020 20:04:25 +0100 Subject: [PATCH] Doc updates for keyboard-driven-input (#4963) --- .../tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid b/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid index fc4bfaa6b..849aa74bc 100644 --- a/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid +++ b/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid @@ -16,4 +16,7 @@ The additional parameters are: |inputAcceptVariantActions |the actions that get processed when the user hits {{$:/config/shortcuts/input-accept-variant}} | |inputCancelActions |the actions that get processed when the user hits {{$:/config/shortcuts/input-cancel}} | |configTiddlerFilter |a ''filter'' that specifies the tiddler that stores the first item-filter in its <<.field first-search-filter>> field and the second item-filter in its <<.field second-search-filter>> field | +|firstSearchFilterField |the field of the configTiddler where the first search-filter is stored. Defaults to <<.field first-search-filter>> | +|secondSearchFilterField |the field of the configTiddler where the second search-filter is stored. Defaults to <<.field second-search-filter>> | +|filterMinLength |the minimum length of the user input after which items are filtered |