nuxeo/quill

Name: quill

Owner: Nuxeo

Description: Quill is a modern rich text editor built for compatibility and extensibility.

Forked from: quilljs/quill

Created: 2017-10-17 15:21:06.0

Updated: 2017-10-17 15:21:09.0

Pushed: 2017-10-17 16:45:02.0

Homepage: https://quilljs.com

Size: 12276

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Quill Rich Text Editor

Quill Logo

QuickstartDocumentationDevelopmentContributingInteractive Playground

Build Status Version Downloads

Test Status

Quill is a modern rich text editor built for compatibility and extensibility. It was created by Jason Chen and Byron Milligan and open sourced by Salesforce.com.

To get started, check out the Quill website 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 -->
k href="https://cdn.quilljs.com/1.0.0/quill.snow.css" rel="stylesheet">

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

 Create the editor container -->
 id="editor">
>Hello World!</p>
v>

 Include the Quill library -->
ipt src="https://cdn.quilljs.com/1.0.0/quill.js"></script>

 Initialize Quill editor -->
ipt>
r editor = new Quill('#editor', {
modules: { toolbar: '#toolbar' },
theme: 'snow'
;
ript>

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

Download
CDN
 Main Quill library -->
ipt src="//cdn.quilljs.com/1.0.0/quill.js"></script>
ipt src="//cdn.quilljs.com/1.0.0/quill.min.js"></script>

 Theme included stylesheets -->
k href="//cdn.quilljs.com/1.0.0/quill.snow.css" rel="stylesheet">
k href="//cdn.quilljs.com/1.0.0/quill.bubble.css" rel="stylesheet">

 Core build with no theme, formatting, non-essential modules -->
k href="//cdn.quilljs.com/1.0.0/quill.core.css" rel="stylesheet">
ipt src="//cdn.quilljs.com/1.0.0/quill.core.js"></script>
Community

Get help or stay up to date.

License

BSD 3-clause


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.