# Quill **Repository Path**: mirrors/quill ## Basic Information - **Project Name**: Quill - **Description**: Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 40 - **Forks**: 1 - **Created**: 2017-04-02 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: text-editor **Tags**: None ## README

Quill Rich Text Editor

Quill Logo

DocumentationDevelopmentContributingInteractive Playground

Build Status Version Downloads


[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. ```html

Hello World!

Some initial bold text


``` Take a look at the [Quill](https://quilljs.com/) website for more documentation, guides and [live playground](https://quilljs.com/playground/)! ## Download ```shell npm install quill ``` ### CDN ```html ``` ## Community Get help or stay up to date. - [Contribute](https://github.com/slab/quill/blob/main/.github/CONTRIBUTING.md) on [Issues](https://github.com/slab/quill/issues) - Ask questions on [Discussions](https://github.com/slab/quill/discussions) ## License BSD 3-clause