Blazored / TextEditor

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

Table Support #6

Closed Tastanium closed 4 years ago

Tastanium commented 4 years ago

is there any table support?

ADefWebserver commented 4 years ago

You can implement that using a plug-in like this: https://github.com/quilljs/quill/issues/1700

The reason it is not built-in, is that it requires extra scripts and everyone may not want it.

Tastanium commented 4 years ago

thats sad :)

dave105010 commented 4 years ago

It would be great if there was an official script or endorsement/official help/maintenance for one of the third-party scripts. For example, this one: https://github.com/soccerloway/quill-better-table

There are bunch of open issues for this github project even though it works.