uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
128 stars 10 forks source link

feature request: live reloading of HTML output #29

Open joshuahhh opened 2 years ago

joshuahhh commented 2 years ago

I like having my paper open in a browser window while I write, and occasionally skimming the freshly-rendered HTML output. This requires some kind of live-reloading setup.

For the moment, I've hacked in https://livejs.com/, which I like just fine. I haven't made this production-ready yet. One big question would be how to make this a development-time-only option. See also: #25.

Open to any thoughts & suggestions!