Matt, Thanks for the PR #3712 for shuffle filter!
https://github.com/Jermolene/TiddlyWiki5/pull/3712 Best wishes Mohammad On Wed, Sep 11, 2019 at 9:22 PM Matthew Lauber <[email protected]> wrote: > That is deterministic. The parameter to the shuffle operator is treated > as a seed. So the shuffle of the list will generate the same output, as > long as the contents of $:/temp/shuffle/example doesn't change. But when > it changes, the shuffled order will also change. > > On Wednesday, September 11, 2019 at 12:48:18 PM UTC-4, Mohammad wrote: >> >> How this work? Seems it is deterministic? >> >> <$button> >> <$action-setfield $tiddler="$:/temp/shuffle/example" $field="state" >> $value=<<now "0hh:0mm:0ss">>/> >> Change Order >> </$button> >> >> <$list filter="1 2 3 4 5 +[shuffle{$:/temp/shuffle/example!!state}]"> >> >> </$list> >> >> -- > 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/f0ab0dda-d31c-4cd0-8863-f6806490cbe8%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/f0ab0dda-d31c-4cd0-8863-f6806490cbe8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAAV1gMAPGkOQyRrxK6Ojo-_EfxfOXQ4FsgiRQhZcKgcOH8w7dw%40mail.gmail.com.

