On Wednesday, January 11, 2017 at 5:04:49 AM UTC+1, Steven Schneider wrote: > > I figure this must be possible, but can't quite get it to work. > How would I write a filter that would list all tiddlers listed with <<toc > "TableOfContents">>? >
I'm not sure, what you want to achieve. ... The toc macro is a "relatively" straight forward recursive macro, that creates a structure using ordered lists. So changing this behaviour, to create a simple list, should be possible. If you want to print out a dynamically generated filter, that's used to create the toc, this should be possible too. .. But the result will be super ugly and barely readable for humans. We have to deal with "infinite recursion protection", which makes the filter ugly. Can you clarify the usecase a bit? -mario -- 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/b3a502d6-c3ab-4114-b6db-cd417bdc607b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

