Quill
Your powerful rich text editor: modular architecture and expressive API.
Why consider Quill?
Quill is an open-source WYSIWYG rich text editor written in TypeScript by Jason Chen and Byron Milligan. Featuring an immutable Delta format, modular architecture, cross-platform consistency, and custom Blot DOM formatters, Quill powers editing in thousands of web platforms.
Learn Quill by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Quill
Quill builds document formatting experiences with clean HTML and JSON Delta representations.
Quickstart
npm install quillimport Quill from 'quill';const quill = new Quill('#editor', { theme: 'snow' });Quill is licensed under the BSD 3-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.