red-axe / am-editor

A rich text editor that supports collaborative editing and allows for the free use of front-end common libraries such as React and Vue to extend and define plugins.
https://editor.aomao.com
MIT License
937 stars 197 forks source link

同一个markdown里复制粘贴图片为什么需要重新上传接口,这个能关闭么 #287

Closed wangjian27 closed 1 year ago

big-camel commented 1 year ago

同一个markdown?复制的内容对编辑器来说每次都是新的,检测到图片的url自然拿去处理

wangjian27 commented 1 year ago

我看官网的例子是可以复制粘贴同编辑器的图片做到不调用接口,请问是如何实现? image

big-camel commented 1 year ago

它复制的还是 aomao.com 的图片地址,isRemote 那里可以设置为外部的图片就会走上传,不是就不上传

wangjian27 commented 1 year ago

原来如此,感谢