Could subvert the minimum length field. Put this below first div in 
$:/core/ui/SearchResults:

<$reveal tag="div" state="$:/config/Search/MinLength" type="nomatch" 
text="50" default="">
<$button>Hide<$action-setfield $tiddler="$:/config/Search/MinLength" 
text="50"/></$button>
</$reveal>

and replace contents of $:/language/Search/Search/TooShort with 

<$reveal tag="div" state="$:/config/Search/MinLength" type="match" 
text="50" default="">
<$button >
<$action-setfield $tiddler="$:/config/Search/MinLength" text="3"/>
Show
</$button>
</$reveal> 

This is clumsy I know, since effectively there are now two ways to dismiss 
the results, and the user no longer has a way to set a true minimum (other 
than hacking the hack) .

The problem with keystrokes is that the specialty (non-ASCII) keystrokes 
are difficult to make on a tablet or phone where this kind of feature is 
most needed.

Thanks!
Mark


On Tuesday, April 10, 2018 at 11:02:16 AM UTC-7, BurningTreeC wrote:
>
> Yes -- that's what I said. But is there a setting to turn off key-by-key 
>> searching and replace it with traditional type-and-enter ?
>>
>> Thanks!
>> Mark
>>
>
> Hi Mark, couldn't that be done with a <$keyboard key=yourkey actions="set 
> statetiddler on"> before the search input field
>
>
> ... and this in the search results popup: 
>
> <$reveal statetiddler=on>
> searchresults
> </$reveal>
>
>
> Simon
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cec49254-96e6-456e-8451-e3f0c5c57ac3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to