ProseMirror's document model
https://prosemirror.net
- TypeScript 100%
There was some variable shadowing that was causing the error message to be not be helpful. This does a minor rename so that we can have both `name` & `attr`, so the error messages are useful FIX: Fix bad exception message caused by a shadowed variable. Reviewed-on: #96 |
||
|---|---|---|
| src | ||
| test | ||
| .gitignore | ||
| .npmignore | ||
| .npmrc | ||
| .tern-project | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
prosemirror-model
[ 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 implements ProseMirror's document model, along with the mechanisms needed to support schemas.
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.