Hello, a newbie question.

I would like to display a list of tags in a tiddler which match a certain 
name pattern, for example all tags which contain the word "done", or 
exclude certain tags by name.I am trying this:

{{{ [all[current]tags[done]] ||$:/core/ui/TagTemplate}}}

but it still displays all tags; and this:

{{{ [all[current]tags[] + match[done]] }}}

but it displays nothing.

According to documentation, the "tags" operator doesn't have parameters. 
Yet in some examples I see it used like [tags[something]] - does it mean 
parameters are passed to it?

Thank you

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/39a4ea25-c56f-4a9b-beee-71b414dc19f0%40googlegroups.com.

Reply via email to