quill
Your powerful, rich text editor
Last updated 8 years ago by jhchen .
BSD-3-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install quill 
SYNC missed versions from official npm registry.

Quill Rich Text Editor

Quill Logo

DocumentationDevelopmentContributingInteractive Playground

Build Status Version Downloads


Quill is a modern rich text editor built for compatibility and extensibility. It was created by Jason Chen and Byron Milligan and actively maintained by Slab.

To get started, check out 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.

<!-- Include Quill stylesheet -->
<link
  href="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.snow.css"
  rel="stylesheet"
/>

<!-- Create the toolbar container -->
<div id="toolbar">
  <button class="ql-bold">Bold</button>
  <button class="ql-italic">Italic</button>
</div>

<!-- Create the editor container -->
<div id="editor">
  <p>Hello World!</p>
  <p>Some initial <strong>bold</strong> text</p>
  <p><br /></p>
</div>

<!-- Include the Quill library -->
<script src="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.js"></script>

<!-- Initialize Quill editor -->
<script>
  const quill = new Quill("#editor", {
    theme: "snow",
  });
</script>

Take a look at the Quill website for more documentation, guides and live playground!

Download

npm install quill

CDN

<!-- Main Quill library -->
<script src="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.js"></script>

<!-- Theme included stylesheets -->
<link
  href="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.snow.css"
  rel="stylesheet"
/>
<link
  href="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.bubble.css"
  rel="stylesheet"
/>

<!-- Core build with no theme, formatting, non-essential modules -->
<link
  href="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.core.css"
  rel="stylesheet"
/>
<script src="https://cdn.jsdelivr.net/npm/quill@2/dist/quill.core.js"></script>

Community

Get help or stay up to date.

License

BSD 3-clause

Current Tags

  • 2.0.0-beta.2                                ...           beta (2 years ago)
  • 2.0.0-dev.4                                ...           dev (6 years ago)
  • 2.0.3                                ...           latest (a year ago)
  • 2.0.0-rc.5                                ...           rc (2 years ago)

84 Versions

  • 2.0.3                                ...           a year ago
  • 2.0.2                                ...           2 years ago
  • 2.0.1                                ...           2 years ago
  • 2.0.0                                ...           2 years ago
  • 2.0.0-rc.5                                ...           2 years ago
  • 2.0.0-rc.4                                ...           2 years ago
  • 2.0.0-rc.3                                ...           2 years ago
  • 2.0.0-rc.2                                ...           2 years ago
  • 2.0.0-rc.1                                ...           2 years ago
  • 2.0.0-rc.0                                ...           2 years ago
  • 2.0.0-beta.2                                ...           2 years ago
  • 2.0.0-beta.1                                ...           2 years ago
  • 2.0.0-beta.0                                ...           2 years ago
  • 2.0.0-dev.4 [deprecated]           ...           6 years ago
  • 1.3.7                                ...           7 years ago
  • 2.0.0-dev.3                                ...           7 years ago
  • 2.0.0-dev.2                                ...           8 years ago
  • 2.0.0-dev.1                                ...           8 years ago
  • 2.0.0-dev.0                                ...           8 years ago
  • 1.3.6                                ...           8 years ago
  • 1.3.5                                ...           8 years ago
  • 1.3.4                                ...           8 years ago
  • 1.3.3                                ...           9 years ago
  • 1.3.2                                ...           9 years ago
  • 1.3.1                                ...           9 years ago
  • 1.3.0                                ...           9 years ago
  • 1.2.6                                ...           9 years ago
  • 1.2.5                                ...           9 years ago
  • 1.2.4                                ...           9 years ago
  • 1.2.3                                ...           9 years ago
  • 1.2.2                                ...           9 years ago
  • 1.2.1                                ...           9 years ago
  • 1.2.0                                ...           9 years ago
  • 1.1.10                                ...           9 years ago
  • 1.1.9                                ...           9 years ago
  • 1.1.8                                ...           9 years ago
  • 1.1.7                                ...           9 years ago
  • 1.1.6                                ...           9 years ago
  • 1.1.5                                ...           9 years ago
  • 1.1.3                                ...           9 years ago
  • 1.1.2                                ...           9 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.6                                ...           10 years ago
  • 1.0.4                                ...           10 years ago
  • 1.0.3                                ...           10 years ago
  • 1.0.2                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
  • 1.0.0-rc.4                                ...           10 years ago
  • 1.0.0-rc.3                                ...           10 years ago
  • 1.0.0-rc.2                                ...           10 years ago
  • 1.0.0-rc.1                                ...           10 years ago
  • 1.0.0-rc.0                                ...           10 years ago
  • 1.0.0-beta.11                                ...           10 years ago
  • 1.0.0-beta.10                                ...           10 years ago
  • 1.0.0-beta.9                                ...           10 years ago
  • 1.0.0-beta.8                                ...           10 years ago
  • 1.0.0-beta.6                                ...           10 years ago
  • 1.0.0-beta.5                                ...           10 years ago
  • 1.0.0-beta.4                                ...           10 years ago
  • 1.0.0-beta.3                                ...           10 years ago
  • 1.0.0-beta.2                                ...           10 years ago
  • 1.0.0-beta.1                                ...           10 years ago
  • 1.0.0-beta.0                                ...           10 years ago
  • 0.20.1                                ...           10 years ago
  • 0.20.0                                ...           11 years ago
  • 0.19.14                                ...           11 years ago
  • 0.19.12                                ...           11 years ago
  • 0.19.11                                ...           11 years ago
  • 0.19.10                                ...           11 years ago
  • 0.19.8                                ...           11 years ago
  • 0.19.7                                ...           11 years ago
  • 0.19.5                                ...           11 years ago
  • 0.19.4                                ...           11 years ago
  • 0.19.3                                ...           11 years ago
  • 0.19.2                                ...           11 years ago
  • 0.19.1                                ...           11 years ago
  • 0.19.0                                ...           11 years ago
  • 0.1.5-1                                ...           14 years ago
  • 0.1.5                                ...           14 years ago
  • 0.1.4                                ...           14 years ago
  • 0.1.2                                ...           14 years ago
  • 0.1.1                                ...           14 years ago
  • 0.1.0                                ...           14 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 36
Last Day 0
Last Week 38
Last Month 18
Dependencies (6)

Copyright 2013 - present © cnpmjs.org | Home |