You can use the list widget like a reveal widget. Here is a quick example: <$list filter='[tag<currentTiddler>limit[1]]' emptyMessage="No tagged tiddlers" variable=null> There are <$count filter='[tag<currentTiddler>]'/> tiddlers listed. <br> <$list filter='[tag<currentTiddler>]'> * <<currentTiddler>><br> </$list>
</$list> The emptyMessage part is optional and is displayed when there is nothing in the list. You can replace the tag<currentTiddler> with whatever filter you want, just be sure to have the limit[1] part on the outer list. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b6cbb6bc-f4a0-490f-8307-202e38c9c574%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

