Open Norlandz opened 6 months ago
Add an option to exclude some specific md file to be printed to html on save.
eg: "excludeMdFileToBePrintedToHtmlOnSave": ["readme.md", "test*.md"]
"excludeMdFileToBePrintedToHtmlOnSave": ["readme.md", "test*.md"]
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.
Thanks for the suggestion. Let's wait for more feedback from other users.
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.