Live Markdown Rendering In Go
Find a file
2015-02-07 17:52:58 -05:00
.gitignore watching files, listing Markdown files 2015-02-06 19:02:12 -05:00
github_markdown.go first reasonable version 2015-02-07 17:49:41 -05:00
LICENSE Fix license date and name 2015-02-07 17:52:58 -05:00
livemd.go first reasonable version 2015-02-07 17:49:41 -05:00
page_template.go first reasonable version 2015-02-07 17:49:41 -05:00
README.md first reasonable version 2015-02-07 17:49:41 -05:00
root_template.go first reasonable version 2015-02-07 17:49:41 -05:00

livemd

Overview

I wanted a simple tool that watched file updates as I worked on design docs. I also didn't want to npm install anything. So I wrote a server in Go, with live Markdown updates over websockets.

Libraries Used

Usage

go get github.com/barakmich/livemd
cd $PROJECT_DIR
livemd

License

BSD