quill icon indicating copy to clipboard operation
quill copied to clipboard

Quill is a modern WYSIWYG editor built for compatibility and extensibility

Results 644 quill issues
Sort by recently updated
recently updated
newest added

while saving data with combination of bullets & numbering it saves data in only numbering format, could not trace the issue. can anyone look in to this issue ?

Quill adding extra lines after removeFormat() **Steps for Reproduction** test the code below on playground, for example: ```javascript const quill = new Quill('#editor'); quill.on('text-change', (_, __, source) => { if...

*Header Toolbar Accessibility* When checking accessibility and 508 compliance of the quill editor toolbar using Axe DevTools in Chrome, I noticed an error related to the header dropdown: the header...

Im having an issue where it seems quill is not outputting br tags when saved. No matter what formatting I choose it builds the markup within in editor but when...

Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and...

Blockquotes should support other blocks inside them like paragraphs, lists, and even other blockquotes. Pressing return inside a block quote should add a paragraph, not exit the blockquote and start...

When I "npm run build" locally depending on quill version 2.0.2. A warning is reported that quill-delta is a CommonJS dependency. Apparently, these should be removed to support tree-shaking and...

These are some of the bugs that were logged. #1591 #1104 #2053 #879 (they were assigned to this feature) I was currently facing this issue as well.

**Steps for Reproduction** 1. Visit https://quilljs.com/playground/snow 2. Add a new line in the editor (Shift+Enter) 3. Turn on inline formatting, like bold 4. Try to remove contents with Cmd+A and...