Hi,

Using TiddlyWiki.com for testing, create a new tiddler with the following 
content:

<$edit-text tiddler={{{ [<currentTiddler>addsuffix[ Data]] }}} 
field="search_value"/>

<$list variable="checkLength" filter="[<currentTiddler>addsuffix[ 
Data]get[search_value]length[]compare:number:gt[4]]"> //(enter at least 5 
characters)//<br>
<$vars searchCriteria={{{  [<currentTiddler>addsuffix[ 
Data]get[search_value]]  }}}>
<$list filter="[all[tiddlers]search<searchCriteria>]">
<$link/><br>
</$list>
</$vars>
</$list>



On Thursday, July 1, 2021 at 10:47:46 PM UTC-3 [email protected] wrote:

>
> Hi ,
>
> I have a tiddler that has a filter that lists other tiddlers along with 
> their details
>
> the problem is the list is too long and big that it makes it hard to find 
> the one particular tiddler i want to look at .
>
> is there a way to add like a search box? where i can just enter the 
> tiddler name and this would hide everything and display the one tiddler i 
> entered its name
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7074c902-80eb-4ae7-a710-c503b148d745n%40googlegroups.com.

Reply via email to