Here's a similar one I use that sorts the tagged items by the field 
"priority"
\define tgngp()
<table>
<$list 
filter="[all[current]tagging[]!tag[exclude]!tag[done]has[priority]sort[priority]limit[20]]">
<tr>
<td><$link to={{!!title}}><$view field="title"/>
</$link></td>
<td><$view field="priority" /></td>
<td><$range tiddler={{!!title}} field="priority" min="0" max="0.20" 
default=".01" increment=".01"/></td>
</tr>
</$list>
<$list filter="[all[current]tagging[]!has[priority]]">
<tr>
<td><$link to={{!!title}}><$view field="title"/>
</$link></td>
<td><$view field="priority" /></td>
</tr>
</$list>
</table>
\end

but that's put in a macro.  You can take the stuff between the \define 
tgngp(), and \end and do the same as described above


-- 
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/5407351e-ecb4-4a24-b17d-29295e3f88dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to