Editor: Lack of Documentation or Missing Functionality for Configuring and Extending Quill in PrimeVue Editor #7041
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
The current PrimeVue Editor component does not appear to provide a way to configure or extend the Quill instance before it is initialized. This issue can be reproduced by attempting to register custom formats, fonts, or Blots as required for advanced text editing use cases.
For example:
Attempting this with the current Editor component is not possible because it does not expose an interface or hook to register such configurations prior to instantiating the Quill instance.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-rmwvyd2n?file=src%2Fmain.js
Environment
Windows 10
Vue version
latest
PrimeVue version
4.2.5
Node version
22.12.0
Browser(s)
Chrome 90
Steps to reproduce the behavior
Expected behavior
The Editor component should provide a way to:
Register custom Quill formats or Blots.
Configure Quill instance settings (e.g., Font.whitelist) before initializing the instance.
The text was updated successfully, but these errors were encountered: