-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does saving images work in easy-markdown-editor? #7
Comments
Images need to be hosted on an image-sharing website like Imgur to work. EasyMDE currently does not support copy-pasting images into the editor. |
I see. That's like every other Markdown Editor available. Made it sound like it was some special feature. Okay, thank you. |
Has this changed in 2020? It seems as though you can now upload images/ paste in a screen shot? Thank-you! |
Somebody did create a working Paste and Upload Image from clipboard for SimpleMDE, which this project forked from. Required code may be right here: User created this in response to sparksuite/simplemde-markdown-editor#328 PS: Generating and saving a real image file in the background is essential to keep massive amounts of base64 image data out of your database tables. EDIT: I notice this issue is Closed so I opened a Feature Request #268 |
https://simplemde.com/
I read the text and it mentions being able to have images.
Do we have to upload to imgur ourselves, or does the product accept a copy & paste into screen and uploads to imgur for us?
The text was updated successfully, but these errors were encountered: