I have this code that lists some TODO items that are tiddlers. And yes, this code is inside another list loop that iterates over contexts like "Home" "Work" etc.
<$list filter="[<thisContext>listed[locationcontext]tag[Task]!tag[Done]]" variable="item"> <$checkbox tiddler=<<item>> tag="Done"/> <<item>> </$list> But these are unsorted-ish. I'd like them sorted by priority, which is a user field I put in each one... or at least the ones that are a higher priority. I assume sorting by priority is not all that easy, so I know one workaround is to do multiple lists, and stack them on top of each other. First the priority = 1 list, and then the number 2 items, and then all the rest. So, two questions... 1. how do I alter the above code to get a specific priority, like 1, for instance? 2. how do I get the tiddlers with no priority field set? Thanks guys! -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fd847f0e-5dac-48d8-83d7-8b9a62a06adb%40googlegroups.com.

