Since Tiptap is built on top of ProseMirror, do you contribute funds to support ProseMirror's development?
Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
11–20 of 105 posts
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#12Can you explain more about how Tiptap’s concepts extend or replace ProseMirror’s concepts? A few years ago I evaluated rebasing Notion’s editor on various editor frameworks. ProseMirror came out at the top of my list, but I wasn’t sure how to rank TipTap. Having more batteries included is good, but I’ve found that layers of abstraction can really get in the way. For example if I need to fix a bug with Android Gboard…
Think of it like this... you're basically only coupling yourself to ProseMirror. That's the schema you're storing in your database. TipTap is a set of libraries that you can use for your web app etc... but if you ever find it insufficient, you're free to role your own thing.
ProseMirror has been around for a long time and is unlikely to be going anywhere, but having a company with VC funding using it as its base helps ensure that if ProseMirror got abandoned, it'd likely get picked back up by TipTap or some other interested party.
Even if you're building your own editor, unless your editor has a need that ProseMirror's schema doesn't account for or solve it makes sense to use it.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#13I use Tip Tap in SvelteKit and I like it a lot. I'm really glad I chose it over Lexical and other options. Congrats on the recent YC funding! Nice to see a player in this space that isn't from Facebook/React dominant. The only issue I have encountered with it that I haven't solved yet (I think there are multiple potential paths) is validating/sanitizing data with it. To parse the content and turn it into raw text req…
Do you mind expanding on this? I've been comparing the two and found the lexical data model easier to understand.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#14It's really a great and flexible editor, with a couple of rough corners, but overall the only serious alternative to the above-mentioned editors. And since it has a sensible licensing model it is an overall good choice.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#15About three years ago I was looking for an editor and while TinyMCE was the absolute best, its pricing model was as bad as CKEditor's, so I ended up testing Tiptap in a Vue project. It's really a great and flexible editor, with a couple of rough corners, but overall the only serious alternative to the above-mentioned editors. And since it has a sensible licensing model it is an overall good choice.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#16> The Tiptap AI integration beta is a service where you connect your OpenAI API key to our backend and install the Tiptap editor AI extension to get AI writing experience in your editor. Here’s a demo: https://ai-demo.tiptap.dev/ Congrats, any plan on supporting code/monaco and autocompletion? We had to rebuild it ourselves on top of yjs and gpt4 for windmill.dev and would have happily built it on a service if it exi…
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#17Since Tiptap is built on top of ProseMirror, do you contribute funds to support ProseMirror's development?
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#18Since Tiptap is built on top of ProseMirror, do you contribute funds to support ProseMirror's development?
[flagged]
> We are all constantly building products on other products, given a license that allows for that, without contributing work or money to the products.
This type of attitude is pretty harmful for open source. Folks (especially companies) should support their key dependencies where they can.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#19If I had one request, it would be instead of making me jump from $0 to $150 a month, have a usage-based model similar to OpenAI or Firebase, with functionality so I could cap costs to say $15 a month.
Re: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
#20I use Tip Tap in SvelteKit and I like it a lot. I'm really glad I chose it over Lexical and other options. Congrats on the recent YC funding! Nice to see a player in this space that isn't from Facebook/React dominant. The only issue I have encountered with it that I haven't solved yet (I think there are multiple potential paths) is validating/sanitizing data with it. To parse the content and turn it into raw text req…
> 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.