Any link where I can experiment?

Or take this untested one:

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

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

The idea is:

In your outer list you get ALL tiddlers tagged "writeup", then pick 
randomly one tiddler for each modifier and then sort by modifier.

In the inner loop select ALL tiddlers tagged "writeup" and having the outer 
loops current modifier. Sort them by title.


-- 
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