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
La Suite DocsCollaborative writing platform to create, organize, and share knowledge
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
CollaboraDesktop office suite
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 carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted