hinesboy / mavonEditor

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

[Feature]在编辑区粘贴内容后,若里面有外网图片,提供类似@imgAdd钩子,将图片上传到自己服务器的能力 #709

Open dashingdog opened 3 years ago

dashingdog commented 3 years ago

🚀 Feature Proposal

在编辑区粘贴内容后,若里面有外网图片,提供类似@imgAdd钩子,将图片上传到自己服务器的能力

Motivation

目前想将文章内容中的图片使用自己的上传服务,需要手动在每个图片的位置光标锁定,进行“插入图片”操作,希望可以暴露一个钩子函数,通过自己的上传服务后,替换图片,若上传失败,保留原链接或替换为上传失败之类

Example