添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

quill-image-resize-module 无法使用

将插件替换成quill-blot-formatter

用法基本与quill-image-resize-module一致,且无需再vite或者webpack里面配置inject!

import BlotFormatter from 'quill-blot-formatter';
Quill.register('modules/blotFormatter', BlotFormatter)

最后在modules里面配置下

blotFormatter: {
      toolbar: {
        mainClassName: 'blot-formatter__toolbar'

---------------------------------------------------------------------------------------------------------------------------------

不好意思最新发现,这个替换的插件在 vite + vue3 中生产环境有问题