Quill Rich Text Editor
Quickstart • Documentation • Development • Contributing • Interactive Playground
QuillJS is a modern rich text editor built for compatibility and extensibility. It was created by Jason Chen and Byron Milligan and open sourced by Salesforce.
To get started, check out the Quill website for documentation, guides, and live demos!
Quickstart
Instantiate a new Quill object with a css selector for the div that should become the editor.
<!-- Include Quill stylesheet --> <!-- Create the toolbar container --> Bold Italic <!-- Create the editor container --> Hello World! <!-- Include the Quill library --> <!-- Initialize Quill editor -->
Take a look at the Quill website for more documentation, guides and live playground!
Download
- npm -
npm install quill
- tar - https://github.com/quilljs/quill/releases
CDN
<!-- Main Quill library --> <!-- Theme included stylesheets --> <!-- Core build with no theme, formatting, non-essential modules -->
Community
Get help or stay up to date.
- Contribute on Issues
- Follow @jhchen and @quilljs on Twitter
- Ask questions on Stack Overflow
- If privacy is required, email support@quilljs.com
License
BSD 3-clause