The Bard fieldtype is a rich-text and block-based editor based on Tiptap, which in turn is a Vue component that wraps around ProseMirror — a robust JavaScript framework for building rich-text editors that don't directly write HTML or rely on contenteditable, but rather a document model.| Statamic Docs
For the past year and a half, I’ve been re-writing the renderer for ProseMirror, the popular rich text editing library. This new renderer has finally been marked as stable and published as part of @handlewithcare/react-prosemirror, a library that integrates React and ProseMirror. Here’s a very deep dive into the journey I took, and why it led me where it did!| smoores.dev
Or how I learned to love BlockNote, Tiptap and ProseMirror OT sync.| stack.convex.dev