Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/quill
https://github.com/lukasjhan/quill
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasjhan/quill
- Owner: lukasjhan
- License: bsd-3-clause
- Created: 2023-03-06T13:51:50.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-06T13:52:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T08:52:33.377Z (3 months ago)
- Language: JavaScript
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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).
Quill Rich Text Editor
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.
```html
Bold
Italic
Hello World!
var editor = new Quill('#editor', {
modules: { toolbar: '#toolbar' },
theme: 'snow',
});```
Take a look at the [Quill](https://quilljs.com/) website for more documentation, guides and [live playground](https://quilljs.com/playground/)!
## Download
- [npm](https://www.npmjs.com/package/quill) - `npm install quill`
- 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)
- Follow [@jhchen](https://twitter.com/jhchen) and [@quilljs](https://twitter.com/quilljs) on Twitter
- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/quill)
- If privacy is required, email support@quilljs.com## License
BSD 3-clause