ionvladescu / realtime-markdown-viewer

Realtime Markdown Viewer

Home Page:https://node-markdown.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Markdown Editor

What is this?

Type your markdown into the box on the left and immediately see if on the box on the right. If you send a friend a link to this URL you both can edit the document at the same time!

How to use this?

Type anything after the slash in "https://node-markdown.herokuapp.com/" and just start typing. If you don't feel typing in the address bar, feel free to go to one of these markdown pads:

How was this built?

This website uses the following to work:

  • Showdown - Converts markdown text to beautiful HTML
  • ShareJS - allows for realtime editing of this textbox
  • Node.js - backend framework
  • Redis - where we store our markdown documents
  • Twitter Bootstrap - makes everything a little prettier

About

Realtime Markdown Viewer

https://node-markdown.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 57.3%Language:HTML 36.0%Language:CSS 6.7%