Thanks Mark and Jed,

You have given me a head start. However, I still need a bit of help:

I have come up with a query like



<<list-links filter:"[tag{!!priority}] +[tag{!!people]]">>

I get a list of Tiddlers meeting my criteria.  I would like to display more 
than a Title but other fields like:

Tiddler Title | Field 1| Field 2| etc..

How do I do that.


On Tuesday, November 29, 2016 at 7:22:37 AM UTC+13, Jed Carty wrote:
>
> 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/341468ad-b13d-493b-82bc-ca49d8a950ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to