Nice! On Mon, Jan 12, 2009 at 7:33 PM, Simon Baird <[email protected]> wrote:
> I'll call it the Mankoff-Kingery.. :) > > > On Tue, Jan 6, 2009 at 9:22 AM, Scott Kingery > <[email protected]>wrote: > >> There is a dashboard that is kind of hidden in the latest version of mGTD. >> It is the advanced section of the Work tab of the sidebar. Simon called it >> the 'Mankoff Dash' as it was inspired by Ken Mankoff from this list (thanks >> Ken!). >> >> Anyway, I've done some hacking to it and thought I'd pass it along to >> those who like these kinds of things. >> >> 2 colums. Left column shows Next by project, Waiting for, and Delegated >> Waiting for. The right column shows Starred actions, Starred projects, Other >> Starred Items, Projects with no Actions and a slider that lets you view/hide >> the last 30 modifications. Ticklers also show up if in the right column if >> they are active. >> >> Here is the code (create a new tiddler and tag it with 'View' and >> 'excludeSearch'): >> >> {{cols2{ >> >> {{col{ >> >> <<mgtdList startTag:Action title:'Next' tags:'Next && !Done' >> view:Action mode:global >> group:Project >> gView:bold >> newButtonTags:'Action Next' >> where:tiddler.hasActiveProject() >> >> >> >> <<mgtdList title:'Waiting Actions' startTag:Action tags:'[(Waiting For)] >> && !Done' view:Action mode:global >> group:Project >> gView:bold >> where:!tiddler.hasParent("Contact") >> newButtonTags:'Action [(Waiting For)]' >> >> >> >> <<mgtdList >> title:'Delegated/Waiting For' >> startTag:Action >> tags:'[(Waiting For)] && !Done' >> view:Action >> mode:global >> where:tiddler.hasParent("Contact") >> group:Contact >> gView:bold >> newButtonTags:'Action [(Waiting For)]' >> >> >> >> }}} >> >> {{col{ >> >> <<mgtdList title:'Starred Actions' startTag:Starred tags:'Action && ! >> Done' view:ActionProj mode:global >> group:ActionStatus >> gView:bold >> newButtonTags:'Starred Action' >> >> >> >> <<mgtdList title:'Starred Projects' startTag:Starred tags:'Project && ! >> Complete' view:Project mode:global >> group:ProjectStatus >> gView:bold >> newButtonTags:'Starred Project' >> >> >> >> <<mgtdList title:'Other Starred Items' startTag:Starred tags:'!Project >> && !Action' view:star mode:global >> group:GTDComponent >> gView:bold >> newButtonTags:'Starred' >> >> >> >> <<tiddler 'Ticklers Requiring Action'>> >> >> <<mgtdList startTag:Project title:'Projects with no Actions' >> tags:'!Complete && !Someday/Maybe' view:Project mode:global >> where:!tiddler.hasNextActionOrSubProjectOrTickler() >> >> >> >> <slider Last 30 Modifications> >> <<timeline "modified" "30" "ddd, YYYY-0MM-0DD">> >> </slider> >> }}} >> >> }}} >> >> >> >> > > > -- > [email protected] > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

