gtgalone / react-quilljs

React Hook Wrapper for Quill, powerful rich text editor.
https://www.npmjs.com/package/react-quilljs
MIT License
245 stars 28 forks source link

quill-better-table support? #21

Closed devhyunjae closed 3 years ago

devhyunjae commented 3 years ago

Hi, thanks for the awesome lib.

Is this lib possible to integrate with https://github.com/soccerloway/quill-better-table ? or a new table feature?

If yes, can you provide a doc or example csb?

gtgalone commented 3 years ago

@devhyunjae Thank you for using.

Sure. There are some examples for adding plugins.

https://github.com/gtgalone/react-quilljs#with-adding-plugins

devhyunjae commented 3 years ago

@gtgalone I tried, but not working. Can you take a look for a sec?

https://codesandbox.io/s/react-quilljsbasic-forked-1k7b0?file=/src/App.js

gtgalone commented 3 years ago

You should check this issue.

https://github.com/soccerloway/quill-better-table/issues/42

It belongs to quill-better-table plugin

devhyunjae commented 3 years ago

Yeah i have also seen that :( Thanks for your precious time!

AlexanderDLe commented 3 years ago

Yeah i have also seen that :( Thanks for your precious time!

Did you ever get it working? Or did you ever find an alternative way to build an editor with tables?

007jiang7442262 commented 3 years ago

I also encountered such a problem. Is there a way to solve it now?

gtgalone commented 3 years ago

@007jiang7442262 I think he stops to contribute that plugin you should look for other way.

wardaNaqvi commented 1 year ago

is quill-better-table supports on react?