DannyBen / madness

Instant Markdown Server
https://madness.dannyb.co
MIT License
125 stars 17 forks source link

Add support for mixed sort order #171

Closed DannyBen closed 5 months ago

DannyBen commented 5 months ago

cc #167

This PR adds the configuration setting sort_order which can be set to mixed. When set, the sorting order in the navigation will avoid placing directories before files, and instead, create a fully alphabetized list.

DannyBen commented 5 months ago

@EmilyGraceSeville7cf - I added sort_order setting, which can be either dirs_first or mixed.

Can you review the schema?