1.0.2 • Published 8 years ago

instant-markdown-x v1.0.2

Weekly downloads
9
License
-
Repository
-
Last release
8 years ago

!nstant-markdown-x

instant-markdown-x is a fork for instant-markdown-d. For VIM: https://github.com/NBUT-Developers/extra-instant-markdown.

instant-markdown-d 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

Installation

  • $ [sudo] npm -g install instant-markdown-x

REST API

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

By default, <port> is 18474.

X