yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.91k stars 322 forks source link

Add an option to exclude some specific md file to be printed to html on save. #1423

Open Norlandz opened 4 months ago

Norlandz commented 4 months ago

Proposal

Add an option to exclude some specific md file to be printed to html on save.

eg: "excludeMdFileToBePrintedToHtmlOnSave": ["readme.md", "test*.md"]

Other information

Reason is that: For some md file, you do want to print out to html on save. But for some other md files, trivial ones, you dont really need it.

yzhang-gh commented 4 months ago

Thanks for the suggestion. Let's wait for more feedback from other users.