First baby steps with the listWidget. Was unable to combine this with 
select:

<$select field="filter-field">
<option value="">All</option>
<option value="ExtendedBrain">ExtendedBrain</option>
<option value="ExtendedBrainHeadTemplate">ExtendedBrainHeadTemplate</option>
</$select>

<table>
<tr>
<th>Name</th>
<th>Field "display_person_list"</th>
</tr>
<!--<$list filter="[tag[ExtendedBrainHeadTemplate]]">-->
<$list filter="[tag[{{!!filter-field}}]]" emptyMessage="Nothing found">
<tr>
<td>{{!!title}} {{!!fieldname}}</td>
<td><$view field="modified"/></td>
</tr>
</$list>

I was trying to have a dropdown list, choose a value get a list of tiddlers 
tagged with this value. No clue how to pass the filter-field to the filter. 
Any hints? I was looking for examples but no luck (beside 
https://tobibeer.github.io/tw/filters/#Filter%20Examples which is too 
advanced for now). Hints to documentation is also very welcome!

-- 
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/f415d08e-4301-4906-8193-63a2b692763b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to