Rainer Simon

Results 390 comments of Rainer Simon

Closing this, since Annotorious v3 is now available and has a new, more flexible, approach for building custom popups, through the helper components. [See here for the React helper](https://annotorious.dev/react/custom-popups/).

Hi, unfortunately - no. There's no keyboard support for annotation editing at the moment. But I'm definitely planning to extend accessibility and keyboard nav options in the next (v3) version.

> Personally, I would have kept the Annotorious provider and its hooks generic and non-consumer-specific. Therefore providing the Annotation as a default type. I would agree if these hooks were...

Exactly - the `text-annotator` could re-export its own copy of the hooks, with the re-supplied `TextAnnotation` type, as you say. I'll make that change then. Looks like Annotorious v3.0.1 is...

The events are described here: https://github.com/recogito/recogito-js/wiki/API-Reference#events But keep in mind I'm no longer supporting this library. (The successor project is work in progress [here](https://github.com/recogito/text-annotator-js), but has no documentation yet.)

Sorry I can't reproduce this. Please provide a minimal example on CodeSandbox or similar.

Hm, I'm a bit torn about this one. If the input data doesn't adhere to the contract, then there can't be a guarantee that Annotorious would handle it correctly. But...

Thanks for the kind feedback! This is, currently, a bit more complicated than it needs to be. I think the API will make it easier in the future. But here's...

Hi, calling `updateAnnotation` is supposed to also trigger a re-render. I think the implementation just isn't finished there just yet. (I haven't really spent much time on the image version...