index.md 11 KB


layout: v0.20 permalink: /0.20/

title: A Rich Text WYSIWYG Editor with an API - Quill v0.20

Sans Serif Serif Monospace Small Normal Large Huge
Quill Rich Text Editor

Quill is a free, open source WYSIWYG editor built for the modern web. With its extensible architecture and a expressive API you can completely customize it to fulfill your needs. Some built in features include:

  • Fast and lightweight
  • Semantic markup
  • Standardized HTML between browsers
  • Cross browser support including Chrome, Firefox, Safari, and IE 9+

Quill Pen

Full Featured API

Full Featured API

Get fine-grained access to editor contents and event notifications.

Cross Platform

Cross Platform

Works across all modern browsers on desktops, tablets and phones.

Customizable

Customizable

It's easy to add custom behavior or modifications on top of Quill.


<div class="row text-center">
  <h3>Out in the Wild</h3>
  <div class="col-sm-2 col-sm-offset-2">
    <a href="https://asana.com/" title="Asana" target="_blank">
      <img class="img-responsive" src="/0.20/assets/images/users/asana.png" alt="Asana" />
    </a>
  </div>
  <div class="col-sm-2">
    <a href="https://www.intuit.com/" title="Intuit" target="_blank">
      <img class="img-responsive" src="/0.20/assets/images/users/intuit.png" alt="Intuit" />
    </a>
  </div>
  <div class="col-sm-2">
    <a href="https://www.lever.co/" title="Lever" target="_blank">
      <img class="img-responsive" src="/0.20/assets/images/users/lever.png" alt="Lever" />
    </a>
  </div>
  <div class="col-sm-2">
    <a href="https://www.relateiq.com/" title="RelateIQ" target="_blank">
      <img class="img-responsive" src="/0.20/assets/images/users/relateiq.png" alt="RelateIQ" />
    </a>
  </div>
</div>


<p class="lead">Quill is open source. It is hosted and maintained on <a href="https://github.com/quilljs/quill/">GitHub</a>.</p>
<a href="https://github.com/quilljs/quill/releases/download/v0.20.1/quill.tar.gz" class="btn-lg btn" title="Quill v0.20.1" onclick="ga('send','event','download',this.href);">Download Quill</a>