#ProseMirror
By the guy who brought you CodeMirror and ProseMirror: A new rich text editor called Wordgard!

marijnhaverbeke.nl/blog/wordgar...
July 2, 2026 at 10:55 AM
wake up babe it's prosemirror 2.0
marijnhaverbeke.nl/blog/wordgar...
Wordgard Release 0.1
marijnhaverbeke.nl
July 3, 2026 at 1:47 AM
My markdown editor now supports _all_ ~the~ ==marks==. Took no time to support thanks to Prosemirror plugins. Nice to find a solution that generalizes!
June 24, 2025 at 2:22 PM
Automerge shipped a big new feature today: full support for rich text, and integration with ProseMirror! Previously we only supported inline formatting like bold/italic. Now we also have block elements such as bullet points (including nesting). This was a lot of work! automerge.org/blog/2024/04...
Automerge 2.2: Rich Text | Automerge CRDT
We are delighted to announce the release of rich text support in Automerge, including a fully supported ProseMirror binding as the initial reference implementation. This means that you can now build c...
automerge.org
May 7, 2024 at 9:20 PM
My quest continues to build "Apple Notes, but markdown and cross-platform."

Big changes:
Switched from Svelte to React
Switched from raw ProseMirror to TipTap
Switched from opening files to writing files to a directory automatically, complete with file name generation ✨
September 17, 2025 at 2:10 PM
late night coding sesh back in the prosemirror mines
June 23, 2025 at 4:13 AM
Prosemirror is the best base model we have available. TY Marijin!!
Have so many LLM prototype ideas I keep trying to build and failing to. Not because of limited LM capabilities, but because rich text editing is a dark, thankless hole of complexity and edge cases 🥲

I vote we pause the AGI research until we figure out humane ways to build text interfaces…
November 27, 2024 at 12:50 PM
yeah i'm basically doing what prosemirror does in pure rust
November 25, 2025 at 4:46 AM
prosemirror is pretty cool, more people should use it instead of reinventing the wheel, im genuinely really surprised at how extensible it is
December 9, 2025 at 10:52 AM
a svelte component a day, keeps the (react) doctor away!

working on a rich text editor, built on top of tiptap/prosemirror

flo-bit.dev/ui-kit/compo...
May 10, 2025 at 2:36 PM
maybe rawdogging ProseMirror would be better for this
October 2, 2025 at 7:41 AM
Because I've been asked a few times about the new Y.js and y-prosemirror updates I decided to put them altogether in a single blog: nick-the-sick.pckt.blog/yjs-14-at-yp...
Y.js 14 & @y/prosemirror - Nick The Sick
As we announced at FOSDEM '26, we are working on a new version of the y-prosemirror package (soon to be @y/prosemirror), and aim to address several architectura...
nick-the-sick.pckt.blog
April 24, 2026 at 5:44 AM
I have plenty of experience in ProseMirror, which is the text editor that ELK is using. My library prosemirror-highlight is currently used in ELK for code block highlighting. I’d love to contribute to this project with my skills.
November 25, 2024 at 6:06 AM
this is really impressive considering it’s not just tiptap or prosemirror
November 25, 2025 at 4:44 AM
meus ultimos experimentos fazendo um "tweet composer": tava usando quill pq achei o ProseMirror verboso

to voltando pro ProseMirror

quill abstrai controles, fica mais trabalhoso fazer features complexas, o ProseMirror é mais granular

tb to entendendo pq a bsky terceirizou isso pra tiptap pqp rs
October 18, 2024 at 2:25 PM
@yed.bsky.social and @nickthesick.com presenting BlockNote, ProseMirror and Yjs
February 5, 2026 at 10:17 PM
It's okay ChatGPT, I feel the same way when I start poking around ProseMirror / CodeMirror decorations...
December 1, 2024 at 3:50 AM
Getting sick of heavyweight WYSIWYG editors for simple use cases.

So of course, building my own for this app (Vue 3). But is now a proof of concept for another site (Alpine).

Using ProseMirror (built on top of TipTap). And structured, just like how @statamic.bsky.social does it.
December 10, 2024 at 3:03 AM
Then there's setting state from outside the React tree. I need this when I'm deep in the bowels of prosemirror. xstate does a good job at this actually, but Zustand fundamentally doesn't like this.

In Jotai, you can say `getDefaultStore()` and `set()` from anywhere. No hooks ✨
January 11, 2025 at 10:48 PM
This is a very solid README and why Rhino Editor is swapping from TipTap's inline code module to using ProseMirror codemark in the next release.

github.com/curvenote/ed...
editor/packages/prosemirror-codemark at main · curvenote/editor
An interactive scientific editor built with ProseMirror, React and Redux - by Curvenote. - curvenote/editor
github.com
October 27, 2024 at 4:13 PM
I've always wanted to use this package for prosemirror, which achieves the same thing.

It should just work for Tiptap & BlockNote
github.com/ocavue/prose...

Certainly a good default to have for BlockNote
March 29, 2025 at 1:59 PM
I was getting really annoyed with TipTap + Prosemirror, so I decided to give Slate a try.

...Man, where has this library been my whole life 🥹

This bulleted list demo took me weeks to get half-working in TipTap. In slate, it took a couple hours (with Codex's help).
May 5, 2026 at 2:42 AM
📦 TypeCellOS / BlockNote
⭐ 6,905 (+39)
🗒 TypeScript

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
GitHub - TypeCellOS/BlockNote: A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap. - TypeCellOS/BlockNote
github.com
December 21, 2024 at 3:01 PM
Tiptap 3.0 Beta is live! It's faster, simpler, and built for dev experience. Check the docs, test it out, and let us know your thoughts:

What’s new docs:
next.tiptap.dev/docs/resourc...

GitHub:
github.com/ueberdosis/t...

Thanks to ProseMirror for their amazing open-source work!
May 5, 2025 at 3:24 PM
ProseMirror is an incredible library. In my experience it is, practically speaking, better and faster than iOS’s native rich text editing. Excited to check out this new editor.
By the guy who brought you CodeMirror and ProseMirror: A new rich text editor called Wordgard!

marijnhaverbeke.nl/blog/wordgar...
July 2, 2026 at 6:30 PM