l1xnan / obsidian-better-export-pdf

Obsidian PDF export enhancement plugin
MIT License
240 stars 13 forks source link

feature request: use numeric instead of lexicographical sort for multiple-file export #247

Open slightlyskepticalpotat opened 2 days ago

slightlyskepticalpotat commented 2 days ago

By default, Obsidian displays filenames sorted like this: image

The problem is when I right click the parent folder -> export folder to pdf, it renders the files ordered lexicographically: So the files are in the order of lecture 1, lecture 10, lecture 11, ..., lecture 18, lecture 19, lecture 2, lecture 20, lecture 21, ...

Let me know if this sounds like something we could change and I can submit a PR