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