Skip to content

abhijitmamarde/livemd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livemd

Overview

I wanted a simple tool that watched file updates as I worked on design docs in a real editor. 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

And visit http://localhost:8080 in your browser. When you save Markdown files in that directory, if you're looking at the file, it will automatically reupdate the content.

License

BSD

About

Live Markdown previewing in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%