manuth / MarkdownConverter

Provides the functionallity to convert Markdown-files to html, png, or pdf using vscode.
MIT License
37 stars 11 forks source link

Question: Order of chained documents #214

Open nicutus opened 1 year ago

nicutus commented 1 year ago

Hello,

I've been looking around in the documentation and settings but haven't found a method to force an order of the chained documents. It seems to chain them alphabetically, but I'd like to have a way to specify an order or have it use the "_Sidebar.md" from GitHub to control the order. Just for reference, I'm looking to convert my GitHub wiki to a pdf.

manuth commented 1 year ago

Sounds like a wonderful idea! I've heard the desire to have an option to specify the document's order quite a few times now because I haven't implemented something of the sort yet.

This sounds like a great way of doing it. I'll have a look into it and will decide whether or not it is easy enough to have it implemented in the upcoming version.