> [!NOTE] > This branch and README covers the upcoming 2.0 release. View [1.x docs here](https://github.com/quilljs/quill/tree/1.3.7).

Quill Rich Text Editor

Quill Logo

QuickstartDocumentationDevelopmentContributingInteractive Playground

Build Status Version Downloads


[Quill](https://v2.quilljs.com/) is a modern rich text editor built for compatibility and extensibility. It was created by [Jason Chen](https://twitter.com/jhchen) and [Byron Milligan](https://twitter.com/byronmilligan) and actively maintained by [Slab](https://slab.com). To get started, check out [https://quilljs.com/](https://v2.quilljs.com/) for documentation, guides, and live demos! ## Quickstart Instantiate a new Quill object with a css selector for the div that should become the editor. ```html

Hello World!

Some initial bold text


``` Take a look at the [Quill](https://v2.quilljs.com/) website for more documentation, guides and [live playground](https://v2.quilljs.com/playground/)! ## Download - [npm](https://www.npmjs.com/package/quill) - `npm install quill@beta` - tar - https://github.com/quilljs/quill/releases ### CDN ```html ``` ## Community Get help or stay up to date. - [Contribute](https://github.com/quilljs/quill/blob/develop/.github/CONTRIBUTING.md) on [Issues](https://github.com/quilljs/quill/issues) - Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/quill) ## License BSD 3-clause