-
clipboard.convert gets called by ngx-quill with just the raw html text while in the newer quill it should be passed along with the text format.
see [quill change commit](https://github.com/quilljs…
-
What do Delta's look like for these tables? How does it differ from the 'official' Quilljs Delta format 2.0 for tables?
-
The purpose of this thread is to share opinions on this feature and found the best solution available out there to make it.
We want the user to be able to comment using markdown or an editor, like …
-
We need ability to add tables to Quill editor. The default editor does not have an option to do so. Here is the discussion on the topic on their github issues: https://github.com/quilljs/quill/issues/…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
```
Building production using `ng build --prod` results…
-
Same as above
-
I want to package a new version base on 1.3.6, For this editor supports the .like 2.0.0-dev.But base on 1.3.6
**Steps**
1.I download the code from https://github.com/quilljs/quill/tree/v1.3.6
2…
-
How do one go about creating a table on the app?
-
Is there a description anywhere of the delta format that will be introduced by the tables support coming in the next version of quilljs? I'm writing a parser for this format, and it would be good to …
-
Let's consider this simple case:
```
A
```
Place editing cursor after the "A" and press backspace, so the only cell in the table becomes empty.
Both WebKit/Safari and Blink/Chrome…