l1xnan / obsidian-better-export-pdf

Obsidian PDF export enhancement plugin
MIT License
311 stars 18 forks source link

Page Ordering for Folder Export #189

Closed OldManUmby closed 5 months ago

OldManUmby commented 5 months ago

When exporting a folder, it is grabbing the files in the wrong order, different from the numbered order I have them in the folder. Suggestions?

l1xnan commented 5 months ago

Exporting folders doesn't guarantee the order of files. You can use custom-export to manually specify the order first. Later, we can add a configuration option to sort by time or name.

OldManUmby commented 5 months ago

THX. I'll try the custom-export option.