Do you think it's a good idea to define what happens for ! each? Currently "each" will put for each input value exactly just one output value into the list of the results, effectivly deleting duplicates.
Currently "!" is not defined for each. So why not use it for finding duplicates? Stupid idea, maybe, but maybe usefull? <$list filter="[[test]] [[test2]] [[test]] [[test3]] +[each:value[]]"> -- will give you test, test2 test3 <$list filter="[[test]] [[test2]] [[test]] [[test3]] +[!each:value[]]"> -- would give you test Tell me that it's a stupid idea ;) -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/485d7c1f-c796-4485-995e-4c3ad9209419%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
