9

GitHub - sachaos/note: Simple Real-time Markdown previewer...

 5 years ago
source link: https://github.com/sachaos/note
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

note

Simple Real-time Markdown previewer & editor.

Description

note is a command written in Golang. This command improve your Markdown editing experience on your favorite editor(emacs, vim etc) by rendering on Web browser in real time.

This software watch markdown file which you are editing, and serve that markuped HTML to browser through WebSocket when that file changed.

Demo

note2 mp4

Install

Binary

Go to release page and download.

$ wget https://github.com/sachaos/note/releases/download/v0.0.1/note_darwin_amd64 -O /usr/local/bin/note
$ chmod +x /usr/local/bin/note

Manually Build

You need Golang compiler, and golang/dep: Go dependency management tool, and npm.

$ git clone https://github.com/sachaos/note.git
$ make install

How to use

$ note {filename}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK