I'm using Streams, where tiddlers are related hierarchically, and I'm 
trying to create a macro that will return the ancestors of the current 
tiddler in a formatted bullet list.

So for example if I had a Stream like this:

   - A
      - B
         - E
         - C
      - D
         - F
      
Then the macro, when applied to tiddler F, would return this:

   - A
      - D
         - F
      
I know that I can use the following kin filter to return a list of the 
ancestors: [kin:stream-list:to:<currentTiddler>]. What I am struggling to 
figure out is how to turn it into a list that is actually formatted as per 
the example above.

Can anyone help me out here? Thanks in advance.
 

-- 
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/9ac12285-fa84-4988-9f74-a0c5998c8268n%40googlegroups.com.

Reply via email to