Hi TwWizards

I'm struggling to create groupings with the list widget.

I wan't to collect all tiddlers tagged with "writeup" and group them by 
modifier.

I tried using the tiddlywiki.com example for types - this however doesn't 
work as the "writeups" will appear in a list with modifier names as headers 
for each and every writeup and not collected into groups by modifier:

<$list filter="[!is[system]tag[writeup]sort[modifier]]">
<div class="tw-menu-list-item">

!<$view field="modifier"/>
<$list filter="[is[current]sort[title]]">
<div class="tw-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>
</$list>

Do you have an idea how to accomplish this? (Hope it's clear enough...)

Cheers Måns Mårtensson


-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to