Text Editor

ProseMirror – rich semantic content editor

ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas.

The ProseMirror library consists of a number of separate modules.

ProseMirror tries to bridge the gap between Markdown text editing and classical WYSIWYG editors. It provides a set of tools and concepts for building rich text editors, using user interface inspired by what-you-see-is-what-you-get, but trying to avoid the pitfalls of that style of editing.

ProseMirror defines its own data structure to represent content documents.

Key Features

  • Built-in, ground-up, rock solid support for collaborative editing, where multiple people work on the same document in real time.
  • Modular architecture makes sure you only load the code you need, and can replace parts of the system as needed.
  • Largely functional and immutable architecture makes it easy to integrate ProseMirror into modern web apps, and confidently implement complex behavior.
  • Document schemas allow editing documents with a custom structure without writing your own editor from scratch.
  • Plugin system allows you to easily enable additional functionality, and package your own extensions in a convenient format. Some are relatively simple, like the keymap plugin that binds actions to keyboard input. Others are more involved, like the history plugin which implements an undo history by observing transactions and storing their inverse in case the user wants to undo them.
  • Core library is small and generic, providing a base onto which very different types of editors can be built. The core library is not an easy drop-in component — modularity and customization are prioritized over simplicity.

Website: prosemirror.net
Support: GitHub Code Repository
Developer: Marijn Haverbeke
License: MIT License

ProseMirror is written in JavaScript. Learn JavaScript with our recommended free books and free tutorials.


Related Software

Collaborative Editing Tools
ONLYOFFICEMultifunctional cloud online office suite
EtherpadWeb-based collaborative real-time editor
FoamPersonal knowledge management and sharing system
CodiMDRealtime collaborative markdown notes taking inspiration from Hackpad
ProseMirrorRich semantic content editor
CryptPadRealtime collaborative editor
HedgeDocCreate real-time collaborative markdown notes
NotesDistraction free notes taking app for Nextcloud
FirepadFull-featured text editor
GobbySupporting multiple documents in one session and a multi-user chat

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments