Almost possible.
Create a tiddler called (e.g.) "tasklink" with this content (as an example)
<$list filter="[is[current]tag[done]]">
<strike>
<$link><$view field="title"/></$link>
</strike>
</$list>
<$list filter="[is[current]tag[task]!tag[done]]">
<span style="background-color:pink">
<$link><$view field="title"/></$link>
</span>
</$list>
Then, instead of writing [[mytask]], write {{mytask||tasklink}}
Hope this helps.
--
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.