Using the table of contents from tiddlywiki.com as a starting point you can use 
the list widget to generate a list of tiddlers. For example this code below 
will create a list of all tiddlers tagged with "Game".

<<toc-heading "Games" "
<ol>
<$list filter='[!is[system]tag[Game]]'>
    <li><ol><li><$link><$view field='title'/></$link></li></ol></li>
</$list>
</ol>
">>

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

Reply via email to