Markdown Viewer


I’ve started taking notes at work; there’s a lot of processes to keep in mind. Markdown seemed a simple way to do it. However, I didn’t feel like installing yet another editor specifically for viewing Markdown - why not just use vim, and have a viewer that updates automatically as the file is edited?

After searching around, I found a pretty neat node.js app someone had written. However, it didn’t compile under the latest version of Express; it didn’t take long to fix that up, due to the excellent migration guide they have.

The stylesheet provided with the app grates a little bit, but it works perfectly and is exactly what I was looking for. Get my updated version here.