This package has been deprecated

Author message:

This package has been deprecated. Please use the '@atlaskit' scoped packages instead. See https://atlaskit.atlassian.com for more information

ak-editor-prosemirror
TypeScript icon, indicating that this package has built-in type declarations

4.4.2 • Public • Published

AtlasKit component registry Commitizen friendly semantic-release Report an issue Ask in our forum

ak-editor-prosemirror

A distribution of ProseMirror for Atlassian Editor that provides:

  • Simplified ES6 exports from the package.
  • TypeScript definitions.
  • Lerna linking during development.

Getting started

npm install --save ak-editor-prosemirror

All ProseMirror exports are done from the root (ak-editor-prosemirror), rather than from nested modules (e.g. prosemirror/dist/model).

This removes cognitive burden of needing to remember where each object lives, you just need to remember the name.

import { ProseMirror } from 'ak-editor-prosemirror'

Packaging

Two distributions are packaged:

  • ES5 (via the webpack in package.json)
  • ES2015 (via the jsnext:main in package.json)

Support and feedback

We're here to help!

Let us know what you think of our components and docs, your feedback is really important for us.

Community support

Ask a question in our forum.

Check if someone has already asked the same question before.

Create a support ticket

Are you in trouble? Let us know!

Readme

Keywords

Package Sidebar

Install

npm i ak-editor-prosemirror

Weekly Downloads

3

Version

4.4.2

License

Apache-2.0

Last publish

Collaborators

  • atlassian-aui