Not a real-world case, but for React apps, we have at least tried to clarify the most common errors we know of in a performance guide: https://tiptap.dev/docs/guides/performance
Thanks for your feedback, I really appreciate it. I would like to understand if you haven't noticed our ProseMirror related content yet, or if there is something missing for you.
1. We mention ProseMirror in the first sentence of the editor docs "Tiptap is a headless wrapper around ProseMirror - a toolkit for building rich text WYSIWYG editors [...]" at: https://tiptap.dev/docs/editor/getting-started/overview
We had built and realtime speech to text editor that sync between Radiologist. After transcribing speech it automatically generate radiologist report.For report
It is block based Editor that allows easy dragging of each findings and dragging have limit of regions , for example some blocks are not allowed to drag outside of certain sections, some blocks are allowed.
Some automatically sorts according to bullet points.
Interesting. We developed a POC for speech-to-text earlier this year, but it's not ready for release yet. Thanks for sharing your case. Since Tiptap is headless, we're always curious to see what people build on top of us :-)
We set ourselves some bold goals this year and are delivering with our biggest releases yet.
Tiptap Editor Stable Release
We have released the 2.0.0 stable version of the Tiptap Editor. After 24 months in beta and a challenging last year, we have taken Tiptap to the next level! From now on, semantic versioning applies. The Tiptap editor is now an adult: https://github.com/ueberdosis/tiptap/releases/tag/v2.0.0
Tiptap Collab Release Beta
After six months of work, we finally announce the launch of Tiptap Collab, the Plug'n'Play real-time synchronization and collaboration cloud for your app. It's Hocuspocus on steroids in the cloud: https://tiptap.dev/hocuspocus/server/cloud
All you need is a Tiptap Pro account and a few lines of code in your Tiptap editor, and everything is in sync. No matter what content you've stored in your Tiptap editor.
And guess what? You can use Tiptap Collab with every app! Since Tiptap Collab is based on Yjs, you can use it for every application, as long as you use Yjs. It’s done with a few lines of code in your app.
Hocuspocus 2.0.0 Release
After the stable release in January 2023, Hocuspocus gets its first major version update with the new core feature called “Multiplexing”. Multiplexing allows you to synchronize multiple documents over the same websocket connection. This is especially useful when working with multiple documents at the same time and will make this experience even faster: https://github.com/ueberdosis/hocuspocus/releases/tag/v2.0.0
We are excited to invest even more time and commitment into Tiptap and especially look forward to your contribution!
Tiptap is a product baked by and for the community and will be even more this year.