# quill **Repository Path**: geekcheng/quill ## Basic Information - **Project Name**: quill - **Description**: Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Quickstart • Documentation • Development • Contributing • Interactive Playground
Quill 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 open sourced by [Salesforce.com](http://www.salesforce.com). To get started, check out the [Quill website](http://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!