-
Hi, now that Quill Version 2.0.0-rc.2 is there, do you have plans to support it?
```
npm ERR! Could not resolve dependency:
npm ERR! peer quill@"^1.3.4" from quill-blot-formatter@1.0.5
npm ERR! …
-
1、在ngx-quill中插入表格,然后保存
![1](https://github.com/user-attachments/assets/93236e28-c4f8-4c51-af85-a18feb96db9d)
2、再次打开进入编辑状态,表格没有显示
![2](https://github.com/user-attachments/assets/a8088c80-f500-447a…
-
I'm encountering an error while integrating the quill-mention module with react-quill in a Next.js application. The error message I see is:
Unhandled Runtime Error
TypeError: moduleClass is not a …
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Use case
https://gitee.com/harmonycommando_flutter/…
-
https://github.com/quill-mention/quill-mention or replace quill with tiptap:
1. https://github.com/ueberdosis/tiptap
2. https://tiptap.dev/docs/editor/extensions/nodes/mention
-
- [ ] drawflow
- [ ] echarts
- [ ] gridstack #2253
- [ ] baidumap
- [ ] markdown-it
- [ ] monaco-editor
- [ ] pdf.js
- [ ] sortable
- [ ] swiper
- [ ] xgplayer
- [ ] quill editor #1673
- […
-
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
-
### 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…
-
As the DAWSON application, I need to replace the current Quill rich text editor with an application that provides ongoing support so I can enable future development and iteration.
## Pre-Conditions
…
-
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';…