Hello, I've recently found QOwnNotes and I'm still discovering new features.
There is one, which I cannot see and which I find very useful i.e. sorting selected text (under button or right-click etc.).
In Atom there is such extension named: sort-lines there are gif which shows main concept.
You can do this with a script with http://docs.qownnotes.org/en/develop/scripting/README.html#read-the-selected-text-in-the-note-text-edit and http://docs.qownnotes.org/en/develop/scripting/README.html#write-text-to-the-note-text-edit in a custom action (http://docs.qownnotes.org/en/develop/scripting/README.html#registering-a-custom-action).
Are you up for the challenge? ;)
In the following week, I'm in :)
Be sure to let us know what you came up with! ;)
I've written this script and created pull request in repo scripts. :)
I hope my code/feature will be helpful for more users. :)
looking great, thank you!