Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 665 Bytes

File metadata and controls

15 lines (10 loc) · 665 Bytes

remirror-entity-extension

Extension for remirror.io to store entities

Live demo (storybook)

Motivation

Remirror's native EntityReferenceExtension 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