manuth / MarkdownConverter

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

How to select which files to include when chaining documents #176

Open karmeye opened 2 years ago

karmeye commented 2 years ago

Hello @manuth

All md files in my workspace are used. For example, I have a README.md that I do not want to include.

Thx

manuth commented 2 years ago

Hi @karmeye Currently, it is neither possible to select specific files to chain nor to select a sub folder. At time of writing, the Chain all Documents task will chain each markdown file available in the folder currently opened in vscode.

Sadly, I don't really know what a good solution for this might look like. Do you think something like an include and an exclude-setting for black- or white-listing .md-files might be a good idea?