I want a flat list of all the tiddlers in the inner list so I can pick out
a title with e.g nth[3]. How?
The following doesn't work but illustrates the problem:
\define all()
<$list filter="[tag[foo]]">
<$list filter="[tag{!!title}]">
</$list>
</$list>
\end
<$set name=a value=<<all>>>
{{{ [enlist<a>nth[3]] }}}
</$set>
Thank you!
<:-)
--
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/92ff498b-9d32-48b0-a91f-3bafd40b034f%40googlegroups.com.