You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a hook to download RSS/Atom feeds, and I want to sort by most recent, according to the published date as provided by the feed. Because plato only supports publication year and added (which I think should be different from the published date), I encoded the publish date into the file name. The only problem is, when I set the sort-method to file-name, it orders them with the older entries first. I would like an option in [[libraries.hooks]] to reverse that, much like the current Reverse Order check in the UI
The text was updated successfully, but these errors were encountered:
I've created a hook to download RSS/Atom feeds, and I want to sort by most recent, according to the published date as provided by the feed. Because plato only supports publication year and added (which I think should be different from the published date), I encoded the publish date into the file name. The only problem is, when I set the
sort-method
tofile-name
, it orders them with the older entries first. I would like an option in[[libraries.hooks]]
to reverse that, much like the current Reverse Order check in the UIThe text was updated successfully, but these errors were encountered: