ProseMirror's view component
  • TypeScript 99.7%
  • CSS 0.3%
Find a file
Marijn Haverbeke b65a9431aa Apply styles defined in clipboard content before parsing
FIX: The clipboard content parser now inlines simple styles defined in the pasted HTML
before parsing it, since some applications output their styling that way.

See prosemirror/prosemirror#1575
2026-06-18 08:43:51 +02:00
src Apply styles defined in clipboard content before parsing 2026-06-18 08:43:51 +02:00
style Update links to github 2026-04-01 18:42:36 +02:00
test Apply styles defined in clipboard content before parsing 2026-06-18 08:43:51 +02:00
.gitignore Port to TypeScript 2022-05-19 13:49:55 +02:00
.npmignore Add .npmignore file 2016-09-21 16:05:04 +02:00
.npmrc Add an .npmrc that turns off lock files 2021-10-15 09:25:55 +02:00
.tern-project Add boilerplate files 2016-09-06 10:29:43 +02:00
CHANGELOG.md Mark version 1.41.9 2026-06-10 10:39:47 +02:00
CONTRIBUTING.md Update links to github 2026-04-01 18:42:36 +02:00
LICENSE Update maintainer email 2023-01-24 08:24:18 +01:00
package.json Mark version 1.41.9 2026-06-10 10:39:47 +02:00
README.md Fix leftover github ref 2026-04-01 20:37:40 +02:00

prosemirror-view

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

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

This module exports the editor view, which renders the current document in the browser, and handles user events.

The project page has more information, a number of examples and the documentation.

This code is released under an MIT license. There's a forum for general discussion and support requests, and the bug tracker is the place to report issues.

We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.