Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
71–80 of 105 posts
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#72I really like it. The documentation on extensions is a bit lacking but understandable.
One thing I don't really like is the price increase as you got funding. I thought the plans would be cheaper, not 5-7x more expensive post-funding.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#73Earlier quoted context omitted.
Thank you for your open source contributions and in-depth articles. We think that the field of collaboration is still new and evolving. Because of the pros and cons of the different implementations, we think it might be a good idea to have the choice between libraries like Yjs and Automerge. Would you use it?
I wouldn't say no to first-party integration with crsqlite! [1] [1] https://github.com/vlcn-io/cr-sqlite
[1] https://github.com/vlcn-io/cr-sqlite#approach-1-history-free...
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#74Earlier quoted context omitted.
> I'm really glad I chose it over Lexical and other options. Congrats Do you mind expanding on this? I've been comparing the two and found the lexical data model easier to understand.
It doesn't include Lexical, but GitLab did a detailed comparison of rich text editors a while back and settled on Tiptap. Their write-ups are pretty detailed: https://gitlab.com/gitlab-org/gitlab/-/issues/231725 https://gitlab.com/gitlab-org/gitlab/-/issues/273238
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#75I'm using Tiptap on writedown ( https://writedown.app ) I really like it. The documentation on extensions is a bit lacking but understandable. One thing I don't really like is the price increase as you got funding. I thought the plans would be cheaper, not 5-7x more expensive post-funding.
Which services do you use? Pro Extensions, Collaboration and/or AI? We are curious about the usage of our services.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#76Tiptap is amazing!! I'm using it to create an electron desktop application to help students plan studies and take notes. The app is greatly inspired by Notion, but given the niche, it will be much simpler and easy to use. Thanks a lot for your effort! I can't see myself creating the app without Tiptap.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#77We started using Tiptap recently and was surprised that it was not a brand new solution! We like it very much so far
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#78Currently using TipTap as a higher level abstraction on top of ProseMirror. Mostly for the React node view support which works very well. I try to implement most other stuff as straight ProseMirror plugins. Shameless plug for some ProseMirror FOSS ecosystem contributions I've recently made: A commit-based collab plugin that's far more performant under heavily active client loads than stock. I'm a fan of YJS, but not…
It should be lighter than tiptap.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#79Congrats on the launch. I just want to say that I love the name :) It's fun, memorable, evocative of the product's purpose, and rolls off the tongue.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#80I’ve been playing with TipTap for the last few weeks and really enjoying it! Going Headless seems like a good approach however it’s made rolling out TipTap for a side project tedious as I need to start with styling basic components. It’d be great to have an 80% use-case coverage for common components. I’ll call out this wrapper for TipTap + MUI I stumbled on that’s been a nice addition. https://github.com/sjdemartini…
We think the headless approach is a big factor in why Tiptap has become so popular, but you are right! You can't just add Tiptap to your project without styling. That's why we're always asked about a drop-in Notion-like styling. We don't offer this, but our community has built something that might help you: https://github.com/TypeCellOS/BlockNote