Total Pageviews

Sunday 21 February 2016

BYVNotes-一个基于go的Markdown编辑器程序


BYVNotes is very simple and elegant editor for you to write articles with Markdown.

How to run

Firstly, have git and bzr installed.
go get labix.org/v2/mgo
go get github.com/robfig/revel
go build -o bin/revel github.com/robfig/revel/cmd
revel run byvnotes
from https://github.com/BYVoid/byvnotes