markdown-live icon indicating copy to clipboard operation
markdown-live copied to clipboard

Deep monitoring

Open gagle opened this issue 9 years ago • 2 comments

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

gagle avatar Jan 23 '15 15:01 gagle

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!.

codelahoma avatar Jan 23 '15 18:01 codelahoma

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

djKianoosh avatar Dec 31 '16 18:12 djKianoosh