Want to use quill.js as my rich text editor

[details=“System Information”]

  • Strapi Version: 4.4.7
  • Operating System: Windows
  • Database:
  • Node Version: 18.16.0
  • NPM Version: 9.5.1
  • Yarn Version: 1.22.19

im using flutter for my front end and flutter_quill for editing and displaying rich text content ,since flutter_quill is base from quill.js if I’m not mistaken the rich text editor from strapi can’t show the edit since it have different format for handling rich text.

so can i use quill.js as my editor ? and can someone show me how to do it

and i already read a tutorial by Maxime Castres about How to change the default WYSIWYG to Quill Editor but the quill editor his using there is react-quill not quill.js