Skip to content
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

Closed
SangeetDhakal opened this issue May 4, 2021 · 27 comments
Closed

Is quill dead? #3359

SangeetDhakal opened this issue May 4, 2021 · 27 comments

Comments

@SangeetDhakal
Copy link

No updates.
Version 2.0 still on development mode.
No commits.
Is it dead?

@statler
Copy link

statler commented May 4, 2021

Yes

@romulo94
Copy link

romulo94 commented May 9, 2021

Really?

@salmin89
Copy link

Are there any up-to-date maintained alternatives that anyone can recommend?

@SangeetDhakal
Copy link
Author

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.

@salmin89
Copy link

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!

@fbaube
Copy link

fbaube commented May 12, 2021

TipTap looks promising. https://www.tiptap.dev/

@smalos
Copy link

smalos commented May 22, 2021

Quill seems to be dead.. 1k issues and the developer doesn't seem to be active anymore or does not answer questions here

@SF-Simon
Copy link

TipTap looks promising. https://www.tiptap.dev/

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.

@scholar6admin
Copy link

We didn't want to move to another editor. So we have forked Quill.
https://github.com/scholar-6/quill/tree/master

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.
npm install --save https://github.com/Scholar-6/quill/tarball/master

We will open a long standing pull request back to Quill mainline if anyone of the original maintainers reads this.

@npcole
Copy link

npcole commented Jul 3, 2021

We didn't want to move to another editor. So we have forked Quill.
https://github.com/scholar-6/quill/tree/master

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.
npm install --save https://github.com/Scholar-6/quill/tarball/master

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.

@SixYearsInFebruary
Copy link

We didn't want to move to another editor. So we have forked Quill.
https://github.com/scholar-6/quill/tree/master

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.
npm install --save https://github.com/Scholar-6/quill/tarball/master

We will open a long standing pull request back to Quill mainline if anyone of the original maintainers reads this.

Any plan to fix CVE-2021-3163 and release a version?

@hzjswlgbsj
Copy link

We didn't want to move to another editor. So we have forked Quill.
https://github.com/scholar-6/quill/tree/master

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.
npm install --save https://github.com/Scholar-6/quill/tarball/master

We will open a long standing pull request back to Quill mainline if anyone of the original maintainers reads this.

May I ask which version you are developing based on

@jtlindsey
Copy link

https://www.npmjs.com/package/@editorjs/editorjs is also a good alternative.

@EricHirst-BZ
Copy link

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.

@salmin89
Copy link

@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.
I would have preferred quill if it was active though

@EricHirst-BZ
Copy link

@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.

@ile
Copy link

ile commented Feb 23, 2023

We didn't want to move to another editor. So we have forked Quill. https://github.com/scholar-6/quill/tree/master

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. npm install --save https://github.com/Scholar-6/quill/tarball/master

We will open a long standing pull request back to Quill mainline if anyone of the original maintainers reads this.

Hey @scholar6admin,

Are you still maintaining this? There is one bug that affects Firefox: #3750

@janwirth
Copy link

janwirth commented Mar 7, 2023

I recommend anyone not to use Quill. It is the worst choice I've made in my front-end stack. 👎

@johnnyoshika
Copy link

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?

@v1talii-dev
Copy link

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?

the-airbender/quill_html_editor#30 (comment)

@BogdanKotarlic
Copy link

I see that 2.0.0-beta.0 version is published 7 days ago. Does anyone have more info?

@jraoult
Copy link

jraoult commented Dec 15, 2023

@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 😉🙏

@janwirth
Copy link

@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.

@rushal497
Copy link

rushal497 commented Dec 19, 2023

1)Quill is going to support table?
2)If it is when ,i cud see the lots of questions but no valid answer.
3)quill-better-table and quill-table-ui as support for table in react are not compatible with latest quill versions.
Any updates will be more helpful

@luin
Copy link
Member

luin commented Jan 10, 2024

@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.

@chienweiluo
Copy link

it've just released 2.0.0. We could give it a try.

@benbro benbro closed this as completed Apr 17, 2024
@ile
Copy link

ile commented Apr 17, 2024

Can someone please test this? #4039

On https://quilljs.com/ with the first demo that you see there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests