tiptap-annotation-magic icon indicating copy to clipboard operation
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.

Results 6 tiptap-annotation-magic issues
Sort by recently updated
recently updated
newest added

Is there a possibility to init extension with existing annotations?

enhancement

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. -...

bug

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...

bug

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...

enhancement

### 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...

enhancement