tmcw / big

presentations for busy messy hackers

Home Page:https://glitch.com/~tmcw-big-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Watch mode for .md files

isnifer opened this issue · comments

For those who don't like to write HTML

I'd recommend using big-presentation-compose and if you want to run it when things change, you can use something like watchman to re-run the command. I've used & built many tools that do file watching, and unfortunately it's just not a very clean thing to implement - between fsevents and chokidar, it adds native dependencies to node modules that often fail to compile or aren't available on new node versions.

Plus, if I'm being real... big is really still intended for folks who like to write HTML, or at least are okay with it. There are plenty of other tools out there that specialize in Markdown-authored presentations.