Hm, I misled you in my previous attempt at a viewtemplate, i.e this
[all[current]tags[]field:color[#ffeedd]]
...only takes the current tiddlers tags and, of these, which ones have the
color. Thus, the output is the tags, not the current tiddler title.
Instead, for a conditional viewtemplate I think you can do this
<$set name=curr value=<<currentTiddler>>>
{{{ [all[current]tags[]field:color[#ffeedd]tagging[]match<curr>] ||
$:/core/ui/TagTemplate }}}
</$set>
<:-)
--
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/7dd78ece-7fc3-4fad-bdc0-19bbfb8fc883%40googlegroups.com.