/watch-and-pandoc

Watch directories for markdown changes and compile using pandoc.

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

watch-and-pandoc

Watch directories for markdown changes and compile using pandoc.

Draft

  1. Use filewatcher (Ruby) to watch a given directory
  2. When a file is changed/added
    1. Split it into a pandoc default file (YAML) and an input document (Markdown)
    2. Compile using the input and options
  3. Add the output file(s) to a given directory