SOLVED. Here is the syntax from the SetWidget 
<https://tiddlywiki.com/#SetWidget>example with my additional enlist line:
<$set name="myVariable" filter="[tag[HelloThere]]">
<$text text=<<myVariable>>/>
{{{ [enlist<myVariable>count[]] }}}
</$set>

четверг, 15 октября 2020 г. в 23:14:03 UTC+6, Shareda: 

> Hello, community! I am making a flexible many step filtration of a tiddler 
> list with 4 or 5 $edit-text or $select widgets. And I would like to show 
> (at least) the current count of the filtered tiddlers on each step.
>
> How can I put into a variable the result of each filtering step? And what 
> is the syntax in a filter to use a variable as an input header list?
>  
> I start with this:
> <$edit-text field="search.words" tag="input" type="search" 
> class="tc-popup-handle" style="width: 300px;"/><br>
> <$edit-text field="search.phrase" tag="input" type="search" 
> class="tc-popup-handle" style="width: 300px;"/><br>
> <$edit-text field="search.regexp" tag="input" type="search" 
> class="tc-popup-handle" style="width: 300px;"/><br>
> <$edit-text field="search.keywords" tag="input" type="search" 
> class="tc-popup-handle" style="width: 300px;"/><br>
> <$edit-text field="highlight" tag="input" type="search" 
> class="tc-popup-handle" style="width: 300px;"/><br>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7e005201-219e-4d10-8a54-30f51ce00700n%40googlegroups.com.

Reply via email to