Mark is right, it would be much easier to do it with fields. What you have 
will actually be much much more harder to work with and expand upon in the 
future.

To do the whole thing with tags is possible, but is more complex that I 
feel like showing here. You can make something like this but you need one 
case for every possibility, this would just show the 'high' part from the 
priority column:

<$list filter=<<Some filter that will gather the tiddlers you want to list 
in the table>>>
<$list filter='[is[current]tag[priority:high]]'>high</$list>
<$list filter='[is[current]tag[priority:low]]'>low</$list>
</$list>

you would need to add something inside the list for every possibility for 
every column.

Otherwise you could just have fields and make the table display a column 
for each field and list the field contents. So if you have a field called 
priority it will show a column priority and you can put whatever you want 
in the field to be displayed for that column. Or if you know what columns 
you want Marks answer would do everything you need.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d53b4aad-6223-4fb6-9da9-e6353f14737e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to