Quill

Your powerful rich text editor.

Official Documentation

Usage

CSS

In order to use this plugin on your page you will need to include the following styles in the Page CSS area from the page’s head section:

<link rel="stylesheet" href="../../assets/libs/quill/dist/quill.core.css" type="text/css">

JS

In order to use this plugin on your page you will need to include the following script in the “Page JS” area from the page’s footer:

<script src="../../assets/libs/quill/dist/quill.min.js"></script>

Initialization

Add data-toggle="quill" on any div in order to activate the text editor.

Example

<div data-toggle="quill" data-quill-placeholder="Quill WYSIWYG"></div>