An open API service indexing awesome lists of open source software.

https://github.com/adityasinghvats/visual-markdown

A live markdown to HTML / Text convertor built to preview markdown ( .md ) files before making attractive README files.
https://github.com/adityasinghvats/visual-markdown

css ejs express html nodejs showdownjs

Last synced: 3 months ago
JSON representation

A live markdown to HTML / Text convertor built to preview markdown ( .md ) files before making attractive README files.

Awesome Lists containing this project

README

          

# 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.

The editor has the capacity for realtime collaboration using ShareJS.

### How to use this? 🔽

* Clone the repo using
```sh
git clone https://github.com/Adityasinghvats/Visual-MarkDown.git
```

* Open the project in VS Code and go the root directory.

* Run the server using
```sh
node server.js
```

* Access the editor at `localhost:8000`.

### How was this built? 🤔

This website uses the following to work:

- [Showdown](https://github.com/showdownjs/showdown) - Converts markdown text to beautiful HTML
- [ShareJS](http://sharejs.org/) - allows for realtime editing of this textbox
- [Node.js](https://nodejs.org/) - backend framework
- [Redis](http://redis.io/) - where we store our markdown documents
- [Twitter Bootstrap](http://getbootstrap.com/) - makes everything a little prettier

### Demo 😲
![Screenshot 2025-01-23 140558](https://github.com/user-attachments/assets/af8e679c-75da-43ce-8660-6c60ac3c5aef)