Thanks for filing an issue!
If at all possible, please provide a Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you started.
some module like better-table need at least quilljs 2.0
How do I access the wrapped Quill instance?
See the [instance methods] and [API] documentation.
Is there a bug in Quill?
Please refer to the [Quill issues page].
To clarify, will react-quill support quilljs v2? AFAICT it's needed to be able to use https://github.com/soccerloway/quill-better-table
I am in the exact same position as @robphoenix: I'd like to make use of tables (either those built in to Quill 2, or the "better" module) but I'm also very much a fan of ReactQuill.
@zenoamaro is a Quill 2 upgrade something you've investigated at all? I understand that Quill 2 is radically different from 1.x, so if your answer is "haven't even looked at it," I understand!
We'll support it when it's stable; right now it is in beta
grand, thanks @alexkrolick
Is there a targeted release date for v2? I'm currently doing some research around rich text editors and I'm uncertain whether I should dive into beta or stick with the latest stable release. A rough estimate would help me decide which version to adopt.
It's been 2 years since quill 2.0 started development, it would be nice if react-quill could support it at least as a beta version of react-quill. I'm guessing a lot of people are using the quill 2.0 beta already in production since the 1.0 version doesn't support tables.
Has anyone found _any_ suitable work around for using react-quill with tables?
Most helpful comment
It's been 2 years since quill 2.0 started development, it would be nice if react-quill could support it at least as a beta version of react-quill. I'm guessing a lot of people are using the quill 2.0 beta already in production since the 1.0 version doesn't support tables.