A toolkit for building cross-platform text editors
in the framework of your choice.
Motivation · Status · Documentation · Storybook · Contributing
This repo provides a starting point for Remirror projects. It showcases basic text editing functionality including headers, bold, italic, and underline. They features can be accessed via the provided toolbar, or via keyboard shortcuts (i.e. Ctrl
/Cmd
+ B
for bold).
These features are only a small subset of the extensions available. Why not try adding the BulletListExtension
or BlockquoteExtension
to this editor?
This project is licensed under the MIT License - see the LICENSE file for details