Alberto Molina helped me understand how to get a list of tiddlers along 
with the value of some fields in those tiddlers.

Is there a way I can get those to display in a table instead? Or, if not, 
is there a way to have text that is only included if a field has a non-null 
value?

Below is what I have, which works as expected.

<$list filter="[tag[Prestige Award]sort[title]]"> 
<$link>{{!!title}}</$link> {{!!pp}} {{!!fame}} {{!!other}}<br/></$list>

Ideally, I'd like that in a table that matches this header:

| !Award | !PP | !Fame | !Other |

Alternately, I'd want to append " PP" if !!pp has a value, prepend ", Fame 
" if !!fame has a value, and ", " if !!other has a value.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to