0.0.4 • Published 10 years ago

markdownd v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Markdownd

This project is forked from instant-markdown-d.

markdownd is a small Node.js server that enables instant compilation and previewing of Markup files. A plugin can easily be written for any text editor to interface with it. One currently exists for VIm: https://github.com/suan/vim-instant-markdown

Feature

  • realtime preview (origin feature)
  • support emoji
  • synchronized scroll

Installation

  • [sudo] npm -g install markdownd

REST API

ActionHTTP MethodRequest URLRequest Body
Refresh Markdown on pagePUThttp://localhost:\<port>\<New Markdown file contents>
Close WebpageDELETEhttp://localhost:\<port>

By default, <port> is 8090