remirror

Remirror is a toolkit for building accessible editors which run on the web and desktop.

Remirror

Features

  • A11y focused and ARIA compatible.
  • 3 prebuilt editors, markdown, social and wysiwyg.
  • Extensions available for adding your own flavour to your own custom editor editor.
  • Zero config support Server Side Rendering (SSR).

Prerequisites

  • Typescript >= 3.6
  • React >= 16.9
  • Yarn >= 1.17

repo-banner

Testing

From the root of this repository run the following to trigger a full typecheck, linting and jest tests.

yarn checks

By default these checks are not run automatically. To enable automatic precommit and
prepush hooks use the following command:

yarn start:checks

To stop per-commit / per-push checks run:

yarn stop:checks

Built With

  • [Typescript]
  • [React]
  • [Prosemirror]
  • [Theme UI]

GitHub