Marijn Haverbeke, the creator of ProseMirror, has released Wordgard 0.1, a new in-browser rich-text editor library focused on extensibility and programmatic access. Wordgard represents a fresh take on WYSIWYG editing from one of the most influential figures in the field, potentially shaping the next generation of web editors and impacting frameworks like TipTap. Wordgard is a complete rewrite, not an upgrade path from ProseMirror, sharing many concepts but requiring significant migration work. It is designed for editing content that fits a specific schema, rather than generic HTML.
Background
ProseMirror is a widely-used open-source rich-text editor framework by Marijn Haverbeke, powering editors like TipTap. Wordgard is the next iteration integrating lessons learned over nine years, offering a reimagined architecture for customizability and programmatic control.
References
Discussion
The community is generally excited but curious about the rationale behind a new editor. Some note the lack of an upgrade path from ProseMirror, while others praise the design and find the approach validating. Users also discuss difficulties in statically typing ProseMirror schemas.