--- layout: default title: Quill - Your powerful, rich text editor bodyClass: 'home' redirect_from: /latest/ ---
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.
// <link href="https://cdn.quilljs.com/{{site.version}}/quill.snow.css" rel="stylesheet"> // <script src="https://cdn.quilljs.com/{{site.version}}/quill.min.js" type="text/javascript"></script> var quill = new Quill('#editor', { modules: { toolbar: '#toolbar' }, theme: 'snow' }); // Open your browser's developer console to try out the API!
Built with