atelic / mark-dot-down

A collaborative markdown editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark.down();

A collaborative markdown editor written in Express.js which uses Sharejs for live editing capabilities.

Installing and running

$ git clone https://github.com/atelic/mark-dot-down
$ cd mark-dot-down
$ npm install
$ node server.js

Install Redis and run its server:

$ wget http://download.redis.io/releases/redis-3.0.3.tar.gz
$ tar xzf redis-3.0.3.tar.gz
$ cd redis-3.0.3
$ make
$ src/redis-server

Using

  • Type markdown into the left panel and see it rendered in the right.
  • Send someone else a link to anywhere except the homepage to work on it at the same time.

About

A collaborative markdown editor


Languages

Language:JavaScript 65.1%Language:HTML 26.1%Language:CSS 8.8%