Hi All, 

trying to get a timeline via the <<timeline>> macro, filtered by custom tag 
selected by the user via dropdown menu, but it seems that the subfilter 
field is not managing variable filters like tag{!!intag} ... any idea? 


My page is something like 

{

''Include tag:
''
<$select field=intag default='unknown'>
<$list filter='[all[tiddlers]tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>

''Exclude tag:
''
<$select field=extag default='unknown'>
<$list filter='[all[tiddlers]tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>




''Matching tiddlers:
''
this is a simple list of mathing tiddlers inserted here as debugging ...

<$list filter=[tag{!!intag}]+[!tag{!!extag}] />


''Timeline filtered by tag  {{!!intag}}''

<<timeline limit:300 subfilter:"tag{!!intag}" format:"DD MMM YYYY">>

}

-- 
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/ccc3fed8-97ab-412d-b474-7f89a37fed12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to