mobily / markdown-live

Markdown preview with live update.
341 stars 22 forks source link

Deep monitoring #5

Closed gagle closed 1 year ago

gagle commented 9 years ago

Make --dir to monitor all the markdown files inside the tree structure, not only the first level.

codelahoma commented 9 years ago

If anyone does this, please make it a separate option, such as [-r , --recurse].

There are a lot of markdown files in the tree of a typical node application.

For instance, find . -name '*.md' in the root of gulp-starter finds 1745 files!.

djKianoosh commented 7 years ago

fyi.. i added a 'depth' option to recurse subdirs if you're interested... here's my fork: https://github.com/djKianoosh/markdown-live