slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.65k stars 3.39k forks source link

Roadmap for 2.0? #2435

Closed JamesMcMahon closed 9 months ago

JamesMcMahon commented 5 years ago

Do you have a publicly facing roadmap for the progress to 2.0? Sorry if I missed it somewhere, it would be nice to have some visibility into the development in order to make a determination about wither Quill is going to be the right choice for our product. I read your Medium post, but that is more then a year old at this point.

My projects is specifically looking to use tables.

Thanks very much for all your hard work on Quill. The point of this issue is not to bug you, but to get all the available information in order to make the right choices for my team.

apastuhov commented 5 years ago

I also did not find it anywhere. I would propose to use Milestones on the GitHub. If GitHub Issues can be used as a source of truth.

hicham-elmansouri commented 5 years ago

Hi I'm in the same situation. Waiting for table for a while. I'm moving to slatejs.

shyamal890 commented 5 years ago

Yes, would really appreciate a reply on this. We have been waiting for tables for sometime now.

SilentTiger commented 5 years ago

yes, i'm in the same situation, waiting for the table function

bridgettegraham commented 5 years ago

also waiting for quill 2 and tables... would be nice to get an idea of what the roadmap looks like.

aboosoyeed commented 5 years ago

Any updates ?

atiris commented 5 years ago

Happy 1 year anniversary version 2.0! :cake:

Since there is very little information about release plans (this is also seen in the activity of this thread), and the year of life of software should be at least enough to become a RC from a Beta, I would like to ask you very much @jhchen if you would tell us something about release plans.

Is there any way to help create an RC / 2.0 production version :question:

Can you use this thread to tell us:

Many thanks for future information. :clap:

jsatec-pm commented 4 years ago

Hi @jhchen , Would be great to have the table function available and any news on the roadmap of 2.0. Many thanks.

VaelVictus commented 3 years ago

There's activity on the repo, but not much from jhchen himself. Curious on release plans as well.

guilhermeaiolfi commented 3 years ago

It doesn't looks like 2.0 will be a reality anytime soon. This project may be in maintenance mode as the activity indicates. Very unfortunately.

vedadeepta commented 3 years ago

Any update on this?

jodinathan commented 2 years ago

it seems people are testing the 2.0. Which branch is it?

VaelVictus commented 2 years ago

Where do you see people testing 2.0?

Might be worth replacing Quill with tiptap: https://tiptap.dev/

jodinathan commented 2 years ago

@VaelVictus tiptap seems nice, unfortunately, there isn't an example of vanillajs common CDN usage, which is our premise.

Saw about 2.0 on CodePen with the new table feature: https://codepen.io/quill/pen/QxypzX. Also there are issues here talking about 2.0

perjerz commented 2 years ago

Any update?

ericksonc commented 2 years ago

I think it’s pretty safe to assume at this point that there will not be any updates.

On Mon, Oct 3, 2022 at 6:17 PM Siwat Kaolueng @.***> wrote:

Any update?

β€” Reply to this email directly, view it on GitHub https://github.com/quilljs/quill/issues/2435#issuecomment-1265230589, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRZOUMACJBG3CPKWBDQKBDWBKXCDANCNFSM4GLR3R7Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MatteoGauthier commented 2 years ago

Cool alternatives to Quill (OSS) :

Best rich text editor / WYSIWYG

perjerz commented 2 years ago

Cool alternatives to Quill (OSS) :

Best rich text editor / WYSIWYG

Which one have concept of blot, delta and parchement?

ackmanx commented 1 year ago

Would love to see some mention of progress. Quill hasn't been updated in years and Intellij flags it as having a vulnerability. Supposedly Quill v2 resolves the issue but crickets everywhere I look for information.

johnnyoshika commented 1 year ago

Cool alternatives to Quill (OSS) :

Best rich text editor / WYSIWYG

Which one have concept of blot, delta and parchement?

We use Froala extensively at my company and I can confirm that it's very different from Quill. It uses the DOM as the single source of truth. I'd also be interested in the answer to @perjerz's question: which alternatives have the concept of blot, delta, and parchment?

Priestch commented 1 year ago

Cool alternatives to Quill (OSS) :

Best rich text editor / WYSIWYG

Which one have concept of blot, delta and parchement?

We use Froala extensively at my company and I can confirm that it's very different from Quill. It uses the DOM as the single source of truth. I'd also be interested in the answer to @perjerz's question: which alternatives have the concept of blot, delta, and parchment?

I think ProseMirror has all the abilities you can do with Quill, sure it has no concepts like blot, delta and parchment. it use some other terminologies like mark, transform etc. I didn't use quill, maybe parchment is something like schema of ProseMirror?

Tiptap is based on ProseMirror, you can also give it a try, it has a lot of out-of-box extensions to boost the development.

ericksonc commented 1 year ago

+1 for ProseMirror. It's what I moved onto once I realized Quill was a dead project.

On Fri, Sep 1, 2023 at 6:03 PM Priestch @.***> wrote:

Cool alternatives to Quill (OSS) :

Best rich text editor / WYSIWYG

Which one have concept of blot, delta and parchement?

We use Froala extensively at my company and I can confirm that it's very different from Quill. It uses the DOM as the single source of truth. I'd also be interested in the answer to @perjerz https://github.com/perjerz's question: which alternatives have the concept of blot, delta, and parchment?

I think ProseMirror has all the abilities you can do with Quill, sure it has no concepts like blot, delta and parchment. it use some other terminologies like mark https://prosemirror.net/docs/ref/#model.Mark, transform https://prosemirror.net/docs/guide/#transform etc. I didn't use quill, maybe parchment is something like schema https://prosemirror.net/docs/ref/#model.Document_Schema of ProseMirror?

Tiptap is based on ProseMirror, you can also give it a try, it has a lot of out-of-box extensions to boost the development.

β€” Reply to this email directly, view it on GitHub https://github.com/quilljs/quill/issues/2435#issuecomment-1702571625, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRZOUOVAIWGEJFOB4BQZO3XYG6HHANCNFSM4GLR3R7Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

johnnyoshika commented 1 year ago

TipTap can get very expensive. We are a small company and we don't get a lot of traffic, but we get weekly spikes (e.g. when 500 students write an exam at once). That's CA$1,359 / month for TipTap 😬

ProseMirror does indeed look good. I like its philosophy as described here: https://www.youtube.com/watch?v=EEF2DlOUkag

Any thoughts on Lexical? It's a relatively new editor by Meta and meant to replace Draft.js as presented here: https://www.youtube.com/watch?v=EwoS0dIx_OI

ericksonc commented 1 year ago

Not sure what you mean? TipTap is just a free open source Vue wrapper around ProseMirror. It doesn't cost anything.

On Sat, Sep 2, 2023 at 1:40 AM Johnny Oshika @.***> wrote:

TipTap can get very expensive. We are a small company and we don't get a lot of traffic, but we get weekly spikes (e.g. when 500 students write an exam at once). That's CA$1,359 / month for TipTap 😬

ProseMirror does indeed look good. I like its philosophy as described here: https://www.youtube.com/watch?v=EEF2DlOUkag

Any thoughts on Lexical https://lexical.dev/docs/intro? It's a relatively new editor by Meta and meant to replace Draft.js. It was presented by one of the authors at JSConf https://www.youtube.com/watch?v=EwoS0dIx_OI

β€” Reply to this email directly, view it on GitHub https://github.com/quilljs/quill/issues/2435#issuecomment-1703180232, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRZOUK5F6ISYQX6WCZCNCDXYITY5ANCNFSM4GLR3R7Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

johnnyoshika commented 1 year ago

@ericksonc Maybe I misunderstood? This is what I see on their pricing page: https://tiptap.dev/pricing

Priestch commented 1 year ago

@ericksonc Maybe I misunderstood? This is what I see on their pricing page: https://tiptap.dev/pricing

The core editor is free and open source, only some extensions they developed require payment, you can absolutely develop your own solution.

ericksonc commented 1 year ago

Exactly. Think of the fact that they feel justified in charging those ridiculous sums for extra extensions as just more proof of how powerful the underlying ProseMirror framework really is πŸ˜†

On Sat, Sep 2, 2023 at 6:32 AM Priestch @.***> wrote:

@ericksonc https://github.com/ericksonc Maybe I misunderstood? This is what I see on their pricing page: https://tiptap.dev/pricing

The core editor is free and open source, only some extensions they developed require payment, you can absolutely develop your own solution.

β€” Reply to this email directly, view it on GitHub https://github.com/quilljs/quill/issues/2435#issuecomment-1703504993, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRZOUKLH4RYZ5L2ONKZGLDXYJWAFANCNFSM4GLR3R7Q . You are receiving this because you were mentioned.Message ID: @.***>

johnnyoshika commented 1 year ago

Thanks @Priestch and @ericksonc for the clarification. I've narrowed my options down to Lexical and TipTap. If anyone has experience using both, I'd love to hear your thoughts.

fbaube commented 9 months ago

@VaelVictus tiptap seems nice, unfortunately, there isn't an example of vanillajs common CDN usage, which is our premise.

Did you ever track down a vaniullaJS CDN example for TipTap ?

benbro commented 9 months ago

v2.0.0-beta.2