hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.38k stars 916 forks source link

[Question] How can I disable base64 image upload? #766

Open kingRayhan opened 2 years ago

kingRayhan commented 2 years ago

I know when I upload an image initially it makes a base64 version of that image file and after responding from the server image URL the base64 text is replaced by that URL.

The problem is: the processing of making an image base64 crushes the browser tab most of the time. I don't need that base64 image creation initially. How can i disable base64 image?