Enable Editor support for quill-next #4441
Unanswered
jcannon98188
asked this question in
PrimeNG
Replies: 2 comments
-
|
We're working on our new advanced set of components like Charts, DataGrid, TextEditor, Gantt, PDF Viewer as a result Quill based editor will be deprecated so we've no plans to further improve the wrapper as it will be removed once the Prime's own Editor is ready. You may need to wrap Quill yourself if you'd like to keep using it in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quill receives very few updates and it's maintainer ignores the community and does not appear to take any of the many PR's that are created to fix outstanding bugs, such as the breaking changes introduced in 2.0.3 related to handling of whitespace. There is a community fork called quill-next that fixes a number of issues with quill. Support for this fork could be achieved by adding an option to the editor to use quill-next and updating the import on editor.ts:289 to import from quill-next if the option is true.
Beta Was this translation helpful? Give feedback.
All reactions