I just checked this one (for categories in the fields):
> Instead, you could write:
> {{{ [<currentTiddler>get[category]addsuffix[-icon]] }}}
>
> which you would use in the <$transclude> of your list output, like this:
> <$list filter="[tag[project]state[Active]!sort[lastedit]]">
> <ul><li>
> <$link/>
> <$transclude tiddler={{{
> [<currentTiddler>get[category]addsuffix[-icon]]
> }}} />
> (<$view field="lastedit" format="date" template="0DD.0MM.YYYY"/>)
> </li></ul>
> </$list>
>
and it worked liked a charm! Thanks a lot!
Now I'm gonna test it for categories in tags...
--
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/05a93428-6961-4f08-b17e-bb9fd6bb1c78o%40googlegroups.com.