Type your markdown into the box on the left and immediately see if on the box on the right.
The editor has the capacity for realtime collaboration using ShareJS.
-
Clone the repo using
git clone https://github.com/Adityasinghvats/Visual-MarkDown.git
-
Open the project in VS Code and go the root directory.
-
Run the server using
node server.js
-
Access the editor at
localhost:8000
.
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