Found my own fix for this. To make the "Done Projects" list (Porjects
Dashboard) sort in reverse data order, I clicked on it and changed
this
{{scroll10{
<<mgtdList title:'Completed Projects' startTag:Project tags:'Complete'
view:ProjectComplete group:day mode:global sort:-modified>>
}}}
to this
{{scroll10{
<<mgtdList title:'Completed Projects' startTag:Project tags:'Complete'
view:ProjectComplete mode:global>>
}}}
The "sort -modified" makes the most recently completed projects appear
at the top. Good for reporting. The "group:day" bit adds dates, like
the done actions list.
On Dec 2, 11:34 am, Jim McD <[EMAIL PROTECTED]> wrote:
> Hi Simon,
> The "Done Projects" list on the Projects Dashboard is shown in
> alpanumerical order. Any chance of changing that to time order ?
> That way, the most recently completed projects will be at the top of
> the list.
>
> Jim.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---