Django Quill

-
Pro Component

The Django Quill is a powerful rich text editor built for compatibility and extensibility.
Keep reading our Django Quill examples and learn how to use this plugin.


Usage

CSS

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

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

Initialization

JS

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

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

Table

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

Example

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