vfulco / live-markdown-editor

GitHub flavored markdown editor built with React.js

Home Page:https://esausilva.github.io/live-markdown-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Markdown Editor

Responsive GitHub flavored markdown editor built with React.js

You can use this editor to preview your markdown files before committing to GitHub.

Local Installation

Clone this repo, or download it into a directory of your choice then:

$ npm install -g create-react-app
$ npm install

Live Demo

https://esausilva.github.io/live-markdown-editor/

Useful Info

  • Download the markdown file by pressing Ctrl+m
  • Empty editor window by pressing Ctrl+Shift+e
  • Emojis are cool 👍 💩 ☀️ 👽
  • Drag and Drop a markdown file to editor
  • Click on this icon UploadMd on the bottom right corner to browse and open a markdown file (not working at the moment dues to Hooks Rewrite)

Projects Used

License

MIT © 2018 Esau Silva

About

GitHub flavored markdown editor built with React.js

https://esausilva.github.io/live-markdown-editor/

License:MIT License


Languages

Language:JavaScript 53.2%Language:CSS 30.8%Language:HTML 15.9%