If you open the "Projects Dashboard" Tiddler, the 2nd "chunk" of code from 
the top looks like this:

<<dGSDList title:'Subprojects' 
    startTag:Project 
    tags:'Project && !Completee && !Trash' 
    view:Project mode:global
    where:tiddler.hasParent('Project')
    group:Project
    gView:bold
    dontShowEmpty:yes
  >>

You could either change the title of this to "Main Projects" (or anything 
else), and edit one line, or cut/paste it into another chunk below or 
wherever you'd like it... but the change you're looking for is to add a 
"Not" operator to the "where:" line:

where:*!*tiddler.hasParent('Project')

(You could also change the chunk above it, "Active Projects", which already 
has the* ! *operator, but the tags are specifically showing "Active" 
projects).

Cheers,
David.



On Friday, 21 September 2012 13:31:20 UTC-4, aggyanna wrote:
>
> I saw that there is a list of subprojects, but I think a list of 
> non-subprojects, i.e. all the top-level projects, would be more helpful.  
> If I had a list of all my top level projects, then I could drill down.  I 
> could open each one in turn and see the list of subprojects that fall 
> underneath that particular project.
>
> I tend to plan out a lot of the details of a project in advance, creating 
> a lot of actions and subprojects.  However, on a daily/weekly basis, I 
> usually just want to make sure that I've done *something* to move the top 
> level project along.
>

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to