tokenshift / obsidian-page-gallery

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

Allow users to change the sort field and order #22

Closed sgsvaya closed 1 year ago

sgsvaya commented 1 year ago

Looks like the default sort is file name and ascending - would be cool to have options to choose alternative fields or at least choose to sort descending on file name.

tokenshift commented 1 year ago

The default sort is by file.path, but you can override this by using the sortBy (and groupBy) settings. This should have been in the README, will add that now