Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.39k stars 316 forks source link

File browser #107

Open nasirkhan opened 5 years ago

nasirkhan commented 5 years ago

Is there any file browser available with this editor. I am developing a project based on Laravel. It would be great if i can use a markdown editor there with a image browser.

Ionaru commented 5 years ago

There is an image upload function that was just added last week, you can try it out with npm i easymde@next.

bilogic commented 4 months ago

@Ionaru can there be an indicator like github's ![Uploading image.png…]() during the upload?