-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is quill dead? #3359
Comments
Yes |
Really? |
Are there any up-to-date maintained alternatives that anyone can recommend? |
I used a package called jodit-react. It's far better and easier and with much more features with support for tables and image and video resizing right on the editor. |
That's just an react-wrapper for jodit which has some limitations unless you want to pay. Also it doesn't seem to have any mention-support which is the module that I'm using from quill. In case they don't update their packages - recommendations for Mention-like libraries would be appreciated! |
TipTap looks promising. https://www.tiptap.dev/ |
Quill seems to be dead.. 1k issues and the developer doesn't seem to be active anymore or does not answer questions here |
We are also ready to use tippap, because quilljs has not been updated for a long time, and we suspect that it will lose support at any time. |
We didn't want to move to another editor. So we have forked Quill. We are a tiny company building our own product so do not have enough resources to fix all the issues in the original repo (just the ones that are affecting us directly) but people are welcome to install our fork manually. We will open a long standing pull request back to Quill mainline if anyone of the original maintainers reads this. |
Thank you for opening this fork. I will look at switching to using it. |
Any plan to fix CVE-2021-3163 and release a version? |
May I ask which version you are developing based on |
https://www.npmjs.com/package/@editorjs/editorjs is also a good alternative. |
There's been new activity from @jhchen recently, so perhaps the parrot's just been resting. EditorJS is kind of active, but based on my personal experience with it so far I'm thinking about dumping it in favor of Quill. |
@EricHirst-BZ I have been messing around with CKEditor. Seems like it's very customizable and it also has the plugins I was using. Well written documentation and latest release was 15 days ago. |
@salmin89 Thanks. FYI I did go ahead and just used quill for my pretty simple use cases. I'm not worried about vendor lock since we scrub and persist only the HTML. I didn't look at CKEditor. |
Hey @scholar6admin, Are you still maintaining this? There is one bug that affects Firefox: #3750 |
I recommend anyone not to use Quill. It is the worst choice I've made in my front-end stack. 👎 |
@janwirth Can you elaborate why? |
|
I see that 2.0.0-beta.0 version is published 7 days ago. Does anyone have more info? |
@BogdanKotarlic well seems like @luin took over the repo and here's the result: https://github.com/quilljs/quill/blob/138aff939b8bd1d191bf017a991fb0ac8f993e91/CHANGELOG.md#v200-beta0. I totally lost hope and didn't see it coming but it seems like we might have a renaissance here 😉🙏 |
@johnnyoshika sorry for the late reply: I used it in one of my bigger projects and it was just a major hassle to integrate in many ways, from the HTML structure through plugins, also wrapping it as a custom element. I can't speak about the 2.0.0 version though. |
1)Quill is going to support table? |
@rushal497 Quill 2.0 provides essential support for constructing robust table features. Feel free to give it a try on Slab, where we've implemented the table format based on Quill 2.0 beta version. It's been running seamlessly for several months without any reported issues. We plan to open-source it and make it an official plugin, but our immediate focus lies in enhancing documentation for Quill 2.0. This will enable the community to transition smoothly to the new version. |
it've just released 2.0.0. We could give it a try. |
Can someone please test this? #4039 On https://quilljs.com/ with the first demo that you see there. |
No updates.
Version 2.0 still on development mode.
No commits.
Is it dead?
The text was updated successfully, but these errors were encountered: