Blazored / TextEditor

Rich text editor for Blazor applications - Uses Quill JS
MIT License
276 stars 58 forks source link

Adding a method returning the Quill-Object for customizable handlers #36

Closed Sahara150 closed 3 years ago

Sahara150 commented 3 years ago

Hey, I was wondering, if it would be possible to return the Quill object when creating it and saving it in a reference in your editor?

That would bring the possibility to write extensions, that get the object handed over, which add customizable handlers for own formatting buttons you might wanna create.

ADefWebserver commented 3 years ago

Sorry no. For stability, it is important that this component be a simple "wrapper' around the underlying Quill.js library. Yes, this limits the functionality.