Quill
Quill
Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need.
We used some 3rd party plugins while developing the Qoduby template. We have customized these plugins according to our template. You can view examples of this plugin below.
You can find the original documentation of this plugin in the info card above.
Basic Example
var quill = new Quill('#quill-editor', {
placeholder: 'Type your description...',
theme: 'snow',
});
<div class="height-300">
<div id="quill-editor"></div>
</div>