Since you did not link to some example data, I used tidllywiki.com to 
create some "New Tiddler"s and gave them the owner field.

So instead of filtering for a tag "task" I filter for the prefix "New 
Tiddler". I simply use 2 lists:

<!-- Your normal list -->

<$list filter="[!is[system]prefix[New 
Tiddler]has[owner]each[owner]sort[owner]]">
<div class="tw-menu-list-item">
<$view field="owner"/>
<$list filter="[prefix[New Tiddler]owner{!!owner}!is[system]sort[title]]">
<div class="tw-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>
</$list>

<!-- The list with no owner or empty owner field - You can't seem to 
differentiate between them -->
<div class="tw-menu-list-item">
//No Owner//
<$list filter="[!is[system]prefix[New Tiddler]owner[]sort[title]]">
<div class="tw-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link>
</div>
</$list>
</div>





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