tiptap-annotation-magic
tiptap-annotation-magic copied to clipboard
An extension for the Tiptap editor, enabling the annotation of text. Comes with support for overlapping annotations, useful for e.g. NLP tokenization.
Is there a possibility to init extension with existing annotations?
When the textof an annotation is deleted, the annotation visually disappears but is still stored in the annotation map with to === from, which is an invalid annotation state. -...
When you place the cursor in the editor, `onSelectionChange()` only returns the fragment that is rendered at this position. Instead it should return all annotations at this position, wether they...
For many NLP applications, text should be annotated with "tokens" as the smallest annotatable unit. - [ ] Add a configuration option (global default) and an option for `addAnnotation()` command...
### Feature Description Currently, annotations are rendered so that as many annotations as possbile are visible at the same time. The new feature should implement a new "rendering strategy", making...