Hello!
I'm new to TiddlyWiki and i couldn't manage to get the following example
work.
<$select tiddler='$:/city-select'>
<option value="">All</option>
<$list filter="[tag[City]]">
<option value="tag[<<currentTiddler>>]"><<currentTiddler>></option>
</$list>
</$select>
<$set name=filterAdd value={{$:/city-select}}>
<<list-links filter:"[tag[Location]$(filterAdd)$]">>
</$set>
It seems to me that the main error is the line
<option value="tag[<<currentTiddler>>]"><<currentTiddler>></option>
Could somebody give me a hint?
Many thanks in advance!
--
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 post to this group, send email to [email protected].
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/82c59768-19b6-4f45-821c-3b333991fa1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.