I’ve just created a bunch of notes that I wanted to sort in numbered order in their own project. I choose “Sort by Title”. Things were looking good until I reached note number 10. Here is a very simplified version of my problem:

In this setup, I would expect “Note 10” to be sorted at the bottom of the note list. I understand the technical reasons that lead to this ordering, but it could be better ![]()
Yes, the 0 trick is probably your best bet. Not sure what we could do directly to help.Technically that is alphabetical ordering.
Yeah, technically it is alphabetical ordering, but we don’t need to be constrained by technicalities when it makes sense.
I might be wrong but it looks like this is already present in UIKit
https://medium.com/macoclock/how-to-implement-natural-sorting-on-the-alphanumeric-array-in-swift-5b8f64173725
We’ll check if the framework can help here indeed
Thanks, in the meantime I’ll use the 0 trick ![]()

