Hi everyone,

This is my first post. I'm somewhat a beginner with Monkey/MGSD.

I have added the possibility of adding a level of priority to Actions
& Projects, as decribed here:
http://tiddlywiki.org/wiki/MGSD/Customization_Guide/Priority

Now I would like to take this a bit further. In particulare, in my
NextActions by Context dashboard, I would like Actions to be sorted by
their level of priority within each Context.

So say in the Context "Online", I would like my level 1 Actions to be
first, then Level 2, then Level 3. Ideally it'd be nice if there were
also a physical separation between each level, but that's optional.

Here is the code of my dashboard, any idea to implement this?

<<mgtdList startTag:Action title:'Next' tags:'Next && !Done'
view:ActionProj mode:global
        group:Context
        gView:Context
        newButtonTags:'Action Next'
        where:tiddler.hasActiveProject()
        >>

<<mgtdList startTag:Action title:'Waiting' tags:'[(Waiting For)] && !
Done' view:ActionProj mode:global
        group:Context
        gView:Context
        newButtonTags:'Action [(Waiting For)]'
        where:tiddler.hasActiveProject()
        >>


Patrick

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.

Reply via email to