Your powerful rich text editor.
Snow Editor
Snow is a clean, flat toolbar theme.
Quill Rich Text Editor
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.
Getting Started is Easy
<link href="https://cdn.quilljs.com/1.0.5/quill.snow.css" rel="stylesheet">
<script src="https://cdn.quilljs.com/1.0.5/quill.min.js" type="text/javascript"></script>
var quill = new Quill('#editor', {
modules: {
toolbar: '#toolbar'
k
},
theme: 'snow'
});
// Open your browser's developer console to try out the API!
Bubble Editor
Bubble is a clean, toottip theme.
Quill Rich Text Editor
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.
Getting Started is Easy
<link href="https://cdn.quilljs.com/1.0.5/quill.snow.css" rel="stylesheet">
<script src="https://cdn.quilljs.com/1.0.5/quill.min.js" type="text/javascript"></script>
var quill = new Quill('#editor', {
modules: {
toolbar: '#toolbar'
k
},
theme: 'bubble'
});
// Open your browser's developer console to try out the API!
Full Editor
By default all formats are enabled and allowed to exist within a Quill editor and can be configured with the formats option. This is separate from adding a control in the Toolbar. For example, you can configure Quill to allow bolded content to be pasted into an editor that has no bold button in the toolbar.
Quill Rich Text Editor
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.
Getting Started is Easy
<link href="https://cdn.quilljs.com/1.0.5/quill.snow.css" rel="stylesheet">
<script src="https://cdn.quilljs.com/1.0.5/quill.min.js" type="text/javascript"></script>
var quill = new Quill('#editor', {
modules: {
toolbar: '#toolbar'
k
},
theme: 'snow'
});
// Open your browser's developer console to try out the API!