Patrizio Bekerle
Patrizio Bekerle
> You mean the date showing is a mess or in sense of the items where reordered during scroll. Yes, the feed wasn't ordered anymore after scrolling. I don't know...
> So I would change a.pubDate back to a.id as it is currently in the master and then test how it will behave if you have several different sorted feeds...
Thank you for testing! So I think this PR is "ready for merging" then? 😊
Thank you for looking into this!
Thank you. 😉 Hm, are those dates? Best use a ISO date string, like 20250626. Works much better when sorting alphabetically. Are those notes representing journal entries?
Then you would need to pad those numbers with something to be able to put them in alphabetical order.
The code block highlighting is part of https://github.com/pbek/qmarkdowntextedit. You could look at the `bash` highlighting and use that as a starting point: https://github.com/pbek/qmarkdowntextedit/blob/48d602b174ac5f6600149b3874b00a01553bda94/markdownhighlighter.cpp#L336 The last language contribution was this commit,...