The list-links will limit you to only a list of links. To build up more
than that, try something like (untested):
<table>
<$list filter="[tag{!!priority}] +[tag{!!people]]">
<tr><td>
{{!!title}}</td><td> {{!!Field 1}}</td><td>{{!!Field 2}}</td><td> etc..
</td></tr>
</$list>
</table>
In my experience, building a table breaks down when you try to use pipes,
so that's why I use HTML here. But feel free to try.
Have fun,
Mark
On Monday, November 28, 2016 at 5:15:20 PM UTC-8, Farayi Chambati wrote:
>
> 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/7428e0c6-fb73-4b57-8a00-d03a86c86a7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.