amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

Directory watching and auto-processing #18

Closed kennethkau closed 8 years ago

kennethkau commented 8 years ago

Hello,

Would having a watch flag which watches a directory (and subdirectories) and processes any changing .mdpp file be useful?

For example: "markdown-pp -w ." will watch the current directory for any .mdpp file and generate the corresponding markdown file with the same filename but with an .md extension.

Thanks!

amyreese commented 8 years ago

Could be useful, if you or anyone else is willing to contribute this functionality.