note

Simple Real-time Markdown previewer

  • 所有者: sachaos/note
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.3.0/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}

主要指标

概览
名称与所有者sachaos/note
主编程语言Go
编程语言Go (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2018-07-17 03:27:26
推送于2023-03-06 23:45:24
最后一次提交2021-12-15 11:20:18
发布数9
最新版本名称v0.4.0 (发布于 )
第一版名称v0.0.1 (发布于 )
用户参与
星数111
关注者数5
派生数5
提交数119
已启用问题?
问题数5
打开的问题数2
拉请求数15
打开的拉请求数6
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?