/instant-pandoc-d

Small instant Markdown preview server

Primary LanguageCSS

!nstant-markdown-d

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/meta-inf/vim-instant-markdown

This fork uses pandoc.

Installation

  • [sudo] npm link

REST API

Action HTTP Method Request URL Request Body
Refresh Markdown on page PUT http://localhost:\<port> <New Markdown file contents>
Close Webpage DELETE http://localhost:\<port>

By default, <port> is 8090