我正在使用ngx-quill将此链接中提到的quill.js集成到我的项目中。
https://www.npmjs.com/package/ngx-quill
<quill-editor></quill-editor>
使用该标签,我得到了编辑器和工具栏,但我也想在工具栏上添加图像按钮。
答案 0 :(得分:1)
我使用quill-editor-toolbar在工具栏中添加了图像选项。
checked
我将此包裹在<div quill-editor-toolbar>
<span class="ql-formats">
<button class="ql-image" [title]="'Image'"></button>
</span>
</div>