And add to the above a filter can be of the form "FilterList1 ~FilterList2 ~FilterList3"
That is if the first list has no members the second will be used else the third. In this case the "for each" changes with each filter. and much more. On Friday, April 5, 2019 at 6:36:09 PM UTC+11, Jed Carty wrote: > > One thing to remember is that what the list does isn't a loop in the > normal programming sense. I think it is more accurately described as list > comprehension like in python, something like > > output = [<template> for item in list] > > rather than > > forEach item in list do > <template> > > for the most part it wikitext sequential operations on data are done using > recursion. > -- 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/6c3cac2a-37a4-4646-9c51-d875d80d65f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

