@FrD, I ran into this and submitted a PR. https://github.com/Jermolene/TiddlyWiki5/pull/2658 It's fixed on the prerelease branch (http://tiddlywiki.com/prerelease/) but hasn't made it to the production site yet.
On Thursday, February 16, 2017 at 8:18:45 AM UTC-5, FrD wrote: > > Hi, > > I've got a problem when using the "move" extended filter operator. > > Create a tiddler on http://tiddlywiki.com/, with a field named "items" > containing "a b c d e". > > Then put this code inside the tiddler : > > \define filter() [list[!!items]] +[move:-1[$(it)$]] > > <$list filter="[list[!!items]]" variable="it"> > > <<it>> <$button> > <$action-listops $field="items" $subfilter=<<filter>>/> > Up > </$button> > </$list> > > Then click on the "Up" button next to "a", "a" goes between "d" and "e". > That does note seem to be right. It should go at the end of the list or > shouldn't move at all (?) > If anyone could have a look ... Thanks ! > > Regards > > FrD > > > > -- 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/2a1c2662-7903-4af3-81eb-300039a9f621%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

