An open API service indexing awesome lists of open source software.

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

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