Hi all,
Suppose that I've a single "Filter Query" which be used inside a lot of
Tiddlers.
Is there a way to save that query inside a "separated tiddler" or "field",
so If I need to change/correct it, I can change it from one single location?
*For example: *a query like:
*QUERY="[enlist{$TdlrName$!!elements}each[aliases]get[aliases]]
+[enlist-input[]trim[]each:value[]]"*
1- used in one Tiddler as =
*<$list filter=QUERY >*
*do something*
*</$list>*
2- and in another Tiddler as =
*<$set filter=QUERY variable="var">*
*Do another thing*
*</$set>*
Also used in many other Tiddlers.
Now, can I implement some thing like the below, so I can put it inside all
affected tiddlers?
*<$list filter={{!!QueryInsideField}} >*
*do something*
*</$list>*
Regards
--
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/eaf540a9-a25e-4360-9e7f-e632f6ab5845n%40googlegroups.com.