Hello
I would like to use a list filter to generate a table with two columns:
* the first column is the name of the tiddlers that match the search
criteria;
* the second column is the list of tag pills for each tiddler in the first
column;
* the tag pills in the second column are listed in alphabetical order
* the tiddlers in the first column are sorted in order of their list of tag
pills
For example
| TiddlerOne |TagA |
| TiddlerTwo |TagA, TabB
| TiddlerTwoB |TagA, TabB |
| TiddlerThree |TagA, TagB, TagC |
| TiddlerFour |TagB, TagD |
| TIddlerFIve |TagD |
The following almost works. By almost I mean that the tags for each tiddler
are listed in alphabetical order, the tiddlers are mostly listed in order
of
their respective list of tags and that all the tiddlers with a
tag=reference are
listed.
<table>
<$list filter="[!is[system]tag[reference]sort[tags]]">
<tr>
<td><$link to={{!!title}}><$view field="title"/></$link></td>
<td><$list filter="[all[current]tags[]sort[title]]"
template="$:/core/ui/TagTemplate" storyview="pop"/></td>
</tr>
</$list>
</table>
I vaguely recall that it was possible to do this in TWC. Any ideas on how
to do this in TW5.
Thanks
Steve W
--
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/5ace5e29-61bf-41ce-8562-825aae53e2c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.