OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 338 forks source link

Suggestion: Drag and Drop Image upload #393

Open paulocheque opened 8 years ago

paulocheque commented 8 years ago

Add some multipart form to receive drag and drop file uploads. Then we configure some endpoint that will save the image and return the url.

Similar to the GitHub editor.