https://github.com/collaborne/remirror-entity-extension
Extension for remirror.io to store entities
https://github.com/collaborne/remirror-entity-extension
Last synced: 2 months ago
JSON representation
Extension for remirror.io to store entities
- Host: GitHub
- URL: https://github.com/collaborne/remirror-entity-extension
- Owner: Collaborne
- License: apache-2.0
- Created: 2022-10-05T13:45:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T11:21:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T22:38:55.408Z (3 months ago)
- Language: TypeScript
- Size: 6.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remirror-entity-extension
Extension for remirror.io to store entities[Live demo (storybook)](https://collaborne.github.io/remirror-entity-extension/)
## Motivation
Remirror's native [EntityReferenceExtension](https://remirror.io/docs/extensions/entity-reference-extension) allows to store in the document IDs that point to entities that are outside the document. In contrast, the `EntityExtension` stores all the data of the entity within the document itself.
## Features
- Updating the data of an entity will update all instances of the entity within the document
- Add new entities
- Entities are removed once they are no longer in use
- Custom rendering