Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.86 KB

README.md

File metadata and controls

57 lines (45 loc) · 2.86 KB

animated remirror logo

A toolkit for building cross-platform text editors
in the framework of your choice.


Motivation · Status · Documentation · Storybook · Contributing


Bundled sized of core [getJSON]brary Continuous integration badge for automatic releases Continuous integration badge for docs deployment Project maintainability provided by CodeClimate Unit test coverage for the codebase Discord


Remirror Starter

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?

License

This project is licensed under the MIT License - see the LICENSE file for details