# quill **Repository Path**: augushong/quill ## Basic Information - **Project Name**: quill - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Note: This branch and README covers the upcoming 2.0 release. View [1.x docs here](https://github.com/quilljs/quill/tree/1.3.6).
Quickstart • Documentation • Development • Contributing • Interactive Playground
[Quill](https://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://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. ```htmlHello World!