prosemirror-prebuilt

Structured WYSIWYM editor

Usage no npm install needed!

<script type="module">
  import prosemirrorPrebuilt from 'https://cdn.skypack.dev/prosemirror-prebuilt';
</script>

README

prosemirror-prebuilt

[ WEBSITE | ISSUES | FORUM | GITTER | CHANGELOG ]

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

This package includes a pre-built, dependencies-included single file that includes the core ProseMirror modules. It is mostly intended to provide an easy way to play around with ProseMirror without setting up a build system or bundler. You definitely don't want to use it in production.

The bundle contains these modules:

Each is exported as an object wrapping the module's exported API.

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

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