> I have troubles with eg: > <<list filter [tag[introduction]]>> .. it doesn't display anything
The list macro doesn't implement filters yet. > Need to have a look at the new (()) and ((())) syntax. Yes, you can do: ((( [tag[introduction]] ))) > There also should be some filter examples with [current[]] filter There's a good example in the ViewTemplate: ((( [is[current]tags[]] ))( $:/templates/TagTemplate )) This example selects the current tiddler with 'is[current]' and then selects the tags of that tiddler, and then displays each tag through the specified template. Best wishes Jeremy -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

