quill-source-code-button
v1.0.1
Published
Quill source code button
Readme
Quill source code button
npm install quill-source-code-buttonRegister module
import Quill from 'quill'
import QuillHtmlSourceButton from 'quill-source-code-button'
Quill.register('modules/htmlSource', QuillHtmlSourceButton)Enable module
editorOption: {
modules: {
htmlSource: {},
}
}