Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slab/quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://github.com/slab/quill
editor quill rich-text-editor wysiwyg
Last synced: 4 days ago
JSON representation
Quill is a modern WYSIWYG editor built for compatibility and extensibility
- Host: GitHub
- URL: https://github.com/slab/quill
- Owner: slab
- License: bsd-3-clause
- Created: 2012-07-30T23:23:18.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:21:23.000Z (about 2 months ago)
- Last Synced: 2025-01-19T09:36:19.594Z (7 days ago)
- Topics: editor, quill, rich-text-editor, wysiwyg
- Language: TypeScript
- Homepage: https://quilljs.com
- Size: 17.4 MB
- Stars: 44,346
- Watchers: 488
- Forks: 3,433
- Open Issues: 489
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - slab/quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility (TypeScript)
- awesome - slab/quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility (TypeScript)
README
Quill Rich Text Editor
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.
```html
Bold
Italic
Hello World!
Some initial bold text
const quill = new Quill("#editor", {
theme: "snow",
});```
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