All,
I built a similar table.  I did it in HTML, which looks as follows:

<table>
<tr><td>Title</td><td>Follow Up Date</td><td>Modified</td></tr>


<$list filter="[tag[future-plan]sort[modified]]">
<tr><td><$link to={{!!title}}><$view field="title"/></$link></td><td><$view 
field="follow-up-date"/></td><td><$view field="modified" format="date" 
template="DD mmm YYYY at 0hh:0mm"/></td></tr>
</$list>
</table>
 
Not beautiful, but it works for now.

My question is if the method described for making a template would allow 
"conditional formatting" on rows, cols and cells.  Specifically, I would 
like to color code the table entries by their relative age like a heat map 
so I can quickly see the set of the oldest entries.

Ideas?
TJ

On Wednesday, April 15, 2015 at 10:20:11 AM UTC-7, Danielo Rodríguez wrote:
>
> It can be frustrating but it's not only a TW problem but all markdown 
> style syntax. 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9809a763-a10f-4919-8b4b-4aff7a882541%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to