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
--
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.