I created a tiddler "list" like this:
<$list filter='[tag[role]]' template='role_color_template'></$list>
and another tiddler named "role_color_template" like this:
<$view field='colorcode'/><br/>
this is the correct way to create a template, right?
Then I created a tiddler name "customer" with tag "role". I gave a field name="colorcode", value="#FF0000" to it.
So, in the "list" tiddler, it shows:
But, when I tried to put the code in "font" tag, just like this:
<font color="<$view field='colorcode'/>">The quick fox...</font><br/>
it doesn't work.
Is that possible?