Saga icon indicating copy to clipboard operation
Saga copied to clipboard

Make it possible to override the item sorting

Open kevinrenskers opened this issue 4 months ago • 0 comments

Currently all read items are sorted using their date: https://github.com/loopwerk/Saga/blob/main/Sources/Saga/ProcessingStep.swift#L114. But this isn't always what's wanted. Case in point: https://github.com/kevinrenskers/spamusement.cc. Here some of the comics have the same date, yet they have a very specific order: the ID within the frontmatter/metadata.

It would be nice if it was possible to tell Saga how to order the items.

kevinrenskers avatar Sep 30 '25 21:09 kevinrenskers