After a bit of trying I came to understanding, that for single value this 
might work:

for text:
<$set name="myVariable" filter="[title[tiddler2]state[value1]then[good 
result]else[bad result]]">
<$text text=<<myVariable>>/>
</$set>

for another tiddler transclusion:
<$set name="myVariable" 
filter="[title[tiddler2]state[value1]then[tiddlertext1]else[tiddlertext2]]">
<$transclude tiddler=<<myVariable>> />
</$set>

though 3rd question remains anyway.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1729f479-77a8-4ce5-831d-c73d0b045071o%40googlegroups.com.

Reply via email to