Hi,
i was was wondering , is there a way to sort a dragable list using the “list tagged draggable macro” and retain the sort order whilst keeping the drag and drop working
so in this example https://tiddlywiki.com/#TaskManagementExample%20(Draggable)
you start with this order
1-Make the beds
2-Get the Ring
3-Kill the Dragon
4-Compose ballad
if i add a sort[]
the order becomes
1-Compose ballad
2-Get the Ring
3-Kill the Dragon
4-Make the beds
but offcourse the list is no longer draggable as the sort[] will enforce the list to snap in alphabetical order
so now i remove the sort[] , but then the order switches back to the orignal ordering without the sort
is there a way to retain that alphabetical ordering ?
i want to have a button , to sort the entries , but still allows to move things around if i want to, so its like a one time sort thing, not a persistent sort
hope this makes sense
thank you