On Wednesday, January 22, 2020 at 12:21:08 PM UTC-8, Mohammad wrote: > > I confirm that the Eric method is simpler and takes care of circular > references! >
Please note that Jeremy added this to the TWCore TOC definitions ($:/core/macros/toc) a long time ago. However, there is one difference... The exclude value in my original solution uses "-[[TiddlerName1]] -[[TiddlerName2]] ..." in the "exclude" parameter to remove the circular references from the recursion. When Jeremy adapted my solution to the TWCore, he changed the usage of the exclude parameter to contain a plain list of tiddler names (e.g., TiddlerName1 TiddlerName2 ...) which he then uses in the filter as "-[enlist<__exclude__>]". (When I first created this solution years ago, there was no "enlist" operator, so I had to append each excluded title separately, as show above) -e -- 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/a21f1bf6-0599-4372-aed8-7ec5a6fc9217%40googlegroups.com.

