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/946de523-b305-4d17-ab96-7bd5d9569e25n%40googlegroups.com.

Reply via email to