Hi,

Sorry if this is super noob but any help is much appreciated.

I'm trying to created a nested list - I'm using GSD5 and I want to get all 
the top level projects and list their sub projects underneath. I understand 
how that is setup in GSD I am struggling with the list.

Here is what I have so far:
<$list filter="[gsd_type[project]gsd_project[]]">    <===gets top level and 
works
  <$link to={{!!title}}><$view field="title"/></$link><br>
     <$list filter="[gsd_type[project]gsd_project[{{!!title}}]]">  
 <===struggling here
            <$link to={{!!title}}><$view field="title"/></$link><br>
     </$list>
</$list>

The problem is in line 3 - I am trying to get it to find all the tiddlers 
that have the title in gsd_project from the outer list

I want it to look like this
Main Project
Sub1
Sub2
Main Project2
Sub1
Sub2

I'll handle formatting & indenting later, right now I'm just working on the 
syntax on this

Thanks
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46e603de-c988-4fa4-84ff-fa9c44dd068cn%40googlegroups.com.

Reply via email to