Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remirror/remirror-starter
Remirror example starter project
https://github.com/remirror/remirror-starter
Last synced: about 2 months ago
JSON representation
Remirror example starter project
- Host: GitHub
- URL: https://github.com/remirror/remirror-starter
- Owner: remirror
- License: mit
- Created: 2021-08-20T12:35:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T09:45:36.000Z (over 2 years ago)
- Last Synced: 2024-04-14T03:08:50.319Z (9 months ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A toolkit for building cross-platform text editors
in the framework of your choice.
Motivation ·
Status ·
Documentation ·
Storybook ·
Contributing
## 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](LICENSE) file for details