-
1. Install Quil
`npm install quill@2.0.2`
3. Setup Quill in React
```
import { forwardRef, useEffect, useLayoutEffect, useRef } from 'react';
import Quill, { Range, Delta } from 'quill/core';…
-
### 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…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
10.8.5
### Steps to reprod…
-
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…
-
**This change will not be done anytime soon** but will be submitted to keep track of our plans and have related discussions in one place.
I propose that we stop supporting `flutter_quill_extensions…
-
Hi, **Quill 2** has been released.
It uses [quill-delta 5.1](https://www.npmjs.com/package/quill-delta).
Do you think that _quill-delta-to-html_ can still be used safely on the new Quill 2?
paleo updated
2 months ago
-
i noticed my builds were failing and when looking into it, jest and babel are having trouble and i think it's because of this change here: https://github.com/VaguelySerious/react-quill/commit/1deb1646…
-
**Describe the bug**
On Web (not tested on iOS/Android), Flutter widgets above QuillHtmlEditor are displayed correctly but unclickable, the click goes to the QuillHtmlEditor below. So popups, select …
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### The question
this is my used packages with flutter_quil…
-
我看过quill-delta-to-html,并且尝试过,但似乎它并没有识别我们的table Delta,请问你们有对quill-delta-to-html进行扩展吗?
tb250 updated
2 months ago