laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.47k stars 137 forks source link

can‘t upload Images and files via clipboard #62

Open learnerhouse opened 5 years ago

learnerhouse commented 5 years ago

It is ok to upload image via drag but when i Upload Images and files via clipboard, it don't work. And I got image.png

zYeoman commented 5 years ago

error.msg is " This image has been blocked, please contact webmaster for more information."

Maybe it is because of that the image filename is not set or banned.

laobubu commented 5 years ago

by default, HyperMD uses https://sm.ms -- a free image hosting service. They might block some content.

Modify powerpack/insert-file-with-smms to use other hosting service, if needed.