Closed JamesMcMahon closed 9 months 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.
Hi I'm in the same situation. Waiting for table for a while. I'm moving to slatejs.
Yes, would really appreciate a reply on this. We have been waiting for tables for sometime now.
yes, i'm in the same situation, waiting for the table function
also waiting for quill 2 and tables... would be nice to get an idea of what the roadmap looks like.
Any updates ?
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:
Hi @jhchen , Would be great to have the table function available and any news on the roadmap of 2.0. Many thanks.
There's activity on the repo, but not much from jhchen himself. Curious on release plans as well.
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.
Any update on this?
it seems people are testing the 2.0. Which branch is it?
Where do you see people testing 2.0?
Might be worth replacing Quill with tiptap: https://tiptap.dev/
@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
Any update?
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: @.***>
Best rich text editor / WYSIWYG
Cool alternatives to Quill (OSS) :
Best rich text editor / WYSIWYG
Which one have concept of blot, delta and parchement?
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.
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?
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.
+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
- https://tiptap.dev/
- https://prosemirror.net/
- https://froala.com/wysiwyg-editor/
- https://github.com/tinymce/tinymce
- https://trix-editor.org/
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: @.***>
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
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: @.***>
@ericksonc Maybe I misunderstood? This is what I see on their pricing page: https://tiptap.dev/pricing
@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.
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: @.***>
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.
@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 ?
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.