Just created this if anyone is interested. It's going to be great for
the way that I use mGTD.

[[Starred Action Dashboard]]

{{cols2{

{{col{

<<tiddler 'Ticklers Requiring Action'>>

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

}}}

{{col{

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

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

{{scroll10{

<<mgtdList title:'Done Actions' startTag:Action tags:'Done && Starred'
view:DoneAction mode:global
        newButtonTags:'Action Next Done'
        sort:-modified
>>

<<mgtdList title:'Completed Projects' startTag:Starred tags:'Project
&& Complete' view:ProjectComplete mode:global
        newButtonTags:'Starred Project Complete'
        >>

<<mgtdList title:'Other Starred Items' startTag:Starred tags:'!Project
&& !Action' view:star mode:global
        group:GTDComponent
        gView:bold
        newButtonTags:'Starred'
        >>

}}}

}}}

}}}

Hope someone else can get some use out of it.

Cheers
Damian

On Jun 22, 11:26 pm, Damian <m...@daminator.com> wrote:
> Great, thanks Simon!
>
> Damian
>
> On Jun 19, 3:14 pm, Simon Baird <simon.ba...@gmail.com> wrote:
>
> > Copy and paste the contents of the dashboard you want to reproduce into a
> > new tiddler.
>
> > Then look for things like this:
>
> > tags:'Next && !Done'
>
> > Edit so that you include the Starred tag in the logical expression, eg
> > change that one to:
>
> > tags:'Next && !Done && Starred'
>
> > Simon.
>
> > On Wed, Jun 17, 2009 at 5:07 AM, Damian <m...@daminator.com> wrote:
>
> > > Hello all,
>
> > > How could I make a 'Starred Items Dashboard'?
>
> > > Basically, a cross between 'Starred items' and 'Action Dashboard'
> > > which would show Starred action in their contexts. Maybe even show the
> > > starred projects listed by realm? (But forget the last bit if that
> > > makes it harder.
>
> > > Any ideas?
>
> > > Damian
>
> > --
> > simon.ba...@gmail.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to