Rainer Simon

Results 390 comments of Rainer Simon

Got it, thanks. Yes, clicks are currently not handled outside of the image in Annotorious v2.7. But that would be easily addressable in Annotorious 3. I'll put it on the...

Hi, v2.x had the [concept of formatters](https://observablehq.com/@rsimon/writing-annotorious-formatters-pt-2), which you may have seen. To be honest: I don't have an identical mechanism in v3 yet. (v3 is a complete re-write.) What's...

I'm closing this due to lack of activity. But I'd definitely love to see it is a feature at some point (or even build it myself... but realistically that would...

Hi, I think it might not actually work, as you say, because you need to find a layout that allows the SVG annotation layer to properly scale along with the...

Mini-update on this one: it is now possible to, at least, provide a className to the container DIV, via the `containerClassName` prop: https://github.com/annotorious/annotorious/blob/main/packages/annotorious-react/src/ImageAnnotator.tsx#L10 I think I might add `containerStyle` at...

Hi @AnthonyKamers, the error definitely indicates a mismatch between (P)React versions in RecogitoJS and your own host app. (It's a long story but there's no reliable way to differentiate between...

Hi, I'm not sure if this is what you mean, but: if you are making a text selection, and there is no visible annotation, then it's much more likely you...

I wrote a reply. Re contributing: that's welcome of course! Simply fork the repository and send pull requests.

The `mode: 'pre'` init option is what you're looking for: https://github.com/recogito/recogito-js/wiki/API-Reference