imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.52k stars 146 forks source link

transformImgUrl #587

Closed q2316367743 closed 2 months ago

q2316367743 commented 2 months ago

Describe the issue

请问一下,这个配置:transformImgUrl是否如何使用

我现在有个需求,图片上传返回的url不会真正url,需要进行一定的转换,是可以使用这个参数,还是要自己写markdownit拓展

Procedure version

4.16.7

Reproduction link

No response

imzbf commented 2 months ago

如果你的图片是要上传的,这个不会起作用,在上传图片事件中处理。

这个属性只有在粘贴标准图片语法和通过工具栏添加图片链接的时候会触发

q2316367743 commented 2 months ago

好的,我通过重写正则替换的方式解决了