Replies: 8 comments
-
有示例:自定义工具栏 |
Beta Was this translation helpful? Give feedback.
-
const emojiHandler = (emoji: string) => {
}; 封装的时候 主要是targetValue 控制好即可么 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
第一个参考一下这里:imzbf/md-editor-v3#274 |
Beta Was this translation helpful? Give feedback.
-
我有看到源码develop分支中component封装的几个组件,但是我没有看到,也看到了您封装的EmojiExtension,但是我没有找到img上传的实现 刚刚去翻了一下dev-dos分支 好像大致内容一样,能告知我一下具体实际事例的路径 |
Beta Was this translation helpful? Give feedback.
-
上传的功能需要自己在弹窗里实现,既可以使用UI库的上传组件,也可以自己通过 内部的上传图片也只是做了文件选择这部分,实际的上传逻辑还是开发者自己在处理。 |
Beta Was this translation helpful? Give feedback.
-
没有办法像这个组件一样组册一个onUploadImg到外面来事件绑定是么 |
Beta Was this translation helpful? Give feedback.
-
既然都可以在弹窗里添加上传文件组件了,直接监听上传文件的事件,不需要这些额外的东西了 |
Beta Was this translation helpful? Give feedback.
-
The business requirement has an upload file capability that I want to add but can't seem to find examples where I can throw methods to modify html and add toobars
业务需求有一个上传文件的功能,我想添加但是好像没有找到可以抛出修改html的方法和添加toobars的例子
Beta Was this translation helpful? Give feedback.
All reactions