livemd

command module
v0.0.0-...-e037e42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2018 License: GPL-3.0 Imports: 17 Imported by: 0

README

livemd

📝 A live-updating Markdown viewer

This is a small tool that allows you to instantly see changes you make to a Markdown document. It is written in Go and uses the Blackfriday library for parsing the Markdown. statik is used to embed the templates into the binary.

Installation

(Assumes the statik tool is already installed)

$ go get -u github.com/chrboe/livemd
$ cd $GOPATH/src/github.com/chrboe/livemd
$ statik -src=templates/
$ go build

(Sorry, no binaries yet)

Usage

$ ./livemd somefile.md

livemd will start a webserver locally and deploy the rendered Markdown view there. To view your document, navigate to http://localhost:8081 in your favorite browser. The site will automatically update whenever you save the Markdown file.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL