Argh. I left out a bracket. It should be:
<<mgtdList title:'Active Projects' startTag:Project tags:'Active && !
Complete' view:ProjectArea mode:global
newButtonTags:'Project Active'
where:!tiddler.hasParent('Project')
>>
On Thu, Dec 15, 2011 at 6:27 AM, Stefi Butler <[email protected]> wrote:
> Actually, you're in luck. There's a filter clause that checks for the
> existence of a parent project:
>
> where:tiddler.hasParent('Project')
>
> or the lack of one:
>
> where:tiddler.!hasParent('Project')
>
> If you change the "Active Projects" macro as follows, you should see only
> projects that are not subprojects:
>
> <mgtdList title:'Active Projects' startTag:Project tags:'Active && !
> Complete' view:ProjectArea mode:global
> newButtonTags:'Project Active'
> where:!tiddler.hasParent('Project')
> >>
>
> --
> Stephanie Butler
>
--
Stephanie Butler
--
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.