Hey everyone, I want to propose another markdown extension!
I often have long lists in my notes. Be it checklists or unordered ones. So when I want to (un)tick or change an item it's getting really complicated to find the actual entry.
What I want is an option to sort markdown lists. It should be sortable by the alphabetical ordering (abcd...xyz) and also by the checked/unchecked status (all unchecked items go to the bottom of the list).
So just like the ToDo items can be sorted, I want the markdown list items to be sorted, too! This should be doable easy with JavaScript
Joplin supports line sorting (which is the same as list sorting). Simply select a block and press Ctrl-Alt-s. This feature isn't documented yet, but hopefully in the future we'll expose it better to the UI.