This is actually a problem that I am trying to work out myself. The best I 
have found is to use a template that is recursively called in a list, that 
is a list widget that uses a template that contains a list widget and uses 
itself as a template. I used that to make the table of contents manager 
here ( http://nolearningrequired-full.tiddlyspot.com/#Dashboard ), the 
TOCArrangeTemplate and the Manage Table of Contents tiddlers show how that 
is done. If you just want to list the tiddlers than some modification of 
that could work.

It would be something like this in the tiddler that actually gives the list:

<$set name='above' value=Contents>
<$list filter=<<filter>> template='ThisTemplate'>
</$list>
</$set>

And the tiddler ThisTemplate should be

<$set name=above value=<<currentTiddler>>>
<$list filter='[tag<currentTiddler>]' template='ThisTemplate'>
<$view field='title'/><br>
</$list>
</$set>

Hopefully that will work, if not I can poke it some more.

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to