tokenshift / obsidian-page-gallery

Generates a gallery based on selected page contents.
MIT License
64 stars 2 forks source link

Question: is it possible to sort groups? #64

Open Bluemoondragon07 opened 8 months ago

Bluemoondragon07 commented 8 months ago

For example, I have notes grouped by year, sorted by date from newest to oldest.

The order is: 2016, 2017, 2018, [...]

But, I want to have the newest notes on top: 2024, 2023, 2022, [...]

Of course, within each group, the notes are sorted from newest to oldest. But the grouping itself is going from oldest to newest.

Is there a functionality to sort the groups? Or, more specifically, can I reverse grouping like I can reverse sorting? I have tried: groupBy: '-finishDate', for example.

tokenshift commented 7 months ago

Not currently, but I'll add this as a feature request.