-
For the Quill adapter is there any support for showing connected clients' cursors?
Huly®: YJS-43
c-h- updated
7 months ago
-
I have been trying relentlessly to change the icons for the toolbar while retaining all the default behaviors. I would like to be able put another custom component (or icon tag) within the button to …
-
Currently using the ngx-quill package version 16.2.1
Chrome browser throws the following warning when `....` is used on a webpage.
![image](https://github.com/KillerCodeMonkey/ngx-quill/assets/1…
-
I found a bug that new line is added between **text** and **ul tags** on edit mode.
I can reproduce it as below of examples
1. Type those text and list using ![image](https://user-images.githubuse…
-
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 forth. Providing a […
-
**version 1.3.7**
Hi.
I'm using it with react-quill 2.0.0 in the react environment.
There is a problem when entering Korean after selecting a codeblock tag.
When entering letters, there is a …
-
I see this project isn't maintained anymore. Are there any plans to keep it updated, or should I switch over to using y-prosemirror? Quill v2 official beta is out quill@2.0.0-beta.0, but not yet suppo…
-
I have only been able to reproduce this when deleting a paragraph in between other paragraphs. If I delete the first or last paragraph in the editor then I don't see this behavior. This also doesn't h…
-
Thank you for open sourcing Quill and the detailed response for my original question
Placing Toolbar into existing DIV - Possible Approach https://github.com/quilljs/quill/issues/1949
The rea…
-
**Steps for Reproduction**
1. Visit https://quilljs.com/playground/ .
2. Add the following items to `modules.toolbar` in the _JS_:
```
[{ 'list': 'ordered'}, { 'list': 'bullet' }],
…