-
Similar to Reddit, author should be able to set some text as spoiler so that it's initially hidden, then revealed when clicked by the reader.
![Image](https://user-images.githubusercontent.com/126922…
-
Are there any plans on supporting the Quill v2? It has [recently](https://github.com/quilljs/quill/blob/4074f5cb2efda0d798d3f4c69dd88cdd3d92c2ec/package.json#L3) entered its beta stage.
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-quilljs@2.0.4` for the project I'm working on.
…
-
Thank you for this this! Does it also support quill version 2?
-
The flag `-Dquill.macro.log=false` is used to disable quill macro info logs.
But the problem is that the logs about quill dynamic query is not silence.
This make the compilation very verbose. Which …
-
I'm trying to integrate it in a nextjs app router project.
versions of relevant packages used:
nextjs: 14.1.4
react: 18.2
react-quill: 2.0.0
quill-mention: 6.0.0
Code from project. Kindly …
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Use case
Problem: On iOS when pasting HTML, it is c…
-
# Repro steps
Repro steps given a quill editor with quill-mention configured:
1. Enter `@` in the editor to reveal the mention list.
1. Click blank space on the page.
1. Observe: The mention lis…
-
Replacing default p tags by div make quill-table-better crash on load
```
const Block = Quill.import('blots/block');
Block.tagName = 'div';
Quill.register(Block);
```
How I load default data…
-
I use the following versions:
"ngx-quill": "^25.3.2",
"quill": "^2.0.2",
"quill2-emoji": "^0.1.2",
I use Angular 17 (standalone)
When i insert emojis in my q…
djamn updated
2 months ago