todoman icon indicating copy to clipboard operation
todoman copied to clipboard

Support for custom sorting order

Open WhyNotHugo opened this issue 3 years ago • 0 comments

Some applications support custom sorting. It would be nice to support this, at least rendering the list in that order. Editing the order is out-of-scope here.

Using the X-APPLE-SORT-ORDER header makes sense. Apple's tools use it, and so does tasks.org. It's just an integer, so it seems like a sane implementation.

WhyNotHugo avatar Apr 28 '22 08:04 WhyNotHugo