dotfiles/.vscode/extensions/dbankier.vscode-instant-markdown-0.1.0/node_modules/instant-markdown-d
Cyryl Płotnicki 280bcab25f VSCode update
2016-09-24 13:12:34 +02:00
..
node_modules VSCode update 2016-09-24 13:12:34 +02:00
.npmignore VSCode update 2016-09-24 13:12:34 +02:00
github-markdown.css VSCode update 2016-09-24 13:12:34 +02:00
github-syntax-highlight.css VSCode update 2016-09-24 13:12:34 +02:00
index.html VSCode update 2016-09-24 13:12:34 +02:00
instant-markdown-d VSCode update 2016-09-24 13:12:34 +02:00
package.json VSCode update 2016-09-24 13:12:34 +02:00
README.md VSCode update 2016-09-24 13:12:34 +02:00

!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/suan/vim-instant-markdown

Installation

  • [sudo] npm -g install instant-markdown-d

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