Skip to content
/ note Public
forked from sachaos/note

Simple Real-time Markdown previewer

License

Notifications You must be signed in to change notification settings

odknt/note

 
 

Repository files navigation

note

Simple Real-time Markdown previewer & editor.

Description

note is a command written in Go. 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.

Features

  • Style like GitHub
  • No dependencies on specific editor
    • note use editor which is set in $EDITOR
  • Support PlantUML

Demo

note2 mp4

PlantUML

plantuml mp4

Install

Binary

Go to release page and download.

or

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

Manually Build

You need Go 1.11 compiler.

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

How to use

$ note {filename}

About

Simple Real-time Markdown previewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 74.7%
  • JavaScript 16.6%
  • Makefile 5.0%
  • HTML 2.0%
  • CSS 1.7%