Top "Quill" questions

Quill is a cross-browser rich text editor.

Import CSS File to Styled Component

Is there a way to import a CSS file into a styled component? One of my dependencies, React Quill Editor, …

reactjs webpack styled-components quill
How to paste plain text in a Quill-based editor

Quill (https://quilljs.com/) makes it simple to embed a quality text editor in a web page. When pasting html …

editor rich-text-editor quill
How can i set character limit in quill editor

I am using Quill Editor in angular 2, and want to limit the user to enter maximum 1000 char.

angular quill
How can I initialize table in quill js 2.0.?

How can I initialize table in quill js 2.0.? I've tried by using table keyword in toolbar it shows table icon …

javascript quill
How to keep Quill from inserting blank paragraphs (`<p><br></p>`) before headings with a 10px top margin?

Background CSS .ql-editor h3 { margin-top: 10px !important; } HTML source (to be edited with Quill) <div id="editor"> <…

javascript html css quill
How to add custom Quill toolbar in Angular application

My web application is based on Angular and I try to integrate Quill into it using ngx-quill library. I have …

angular quill ngx-quill
QuillJS doesn't work with textarea

I am trying to use QuillJS on a specific form field in my Django 1.10 template as follows: <link href="…

django django-templates quill
How can I disable the Quill editor

I have a a template which displays rich text data. When the user clicks edit I turn the template into …

quill
Is it possible to create a custom format/blot with complex substructure?

I'm investigating the use of Quill for a project, and I need to know if it's possible to create a …

quill
Inserting Text At Cursor Location With Quill.js

I am trying to add a custom piece of functionality ("module") to quill.js and cannot seem to do it. …

javascript rich-text-editor quill