Rainer Simon

Results 169 issues of Rainer Simon

The formatter API should be upgraded to [the same level as in Annotorious](https://recogito.github.io/annotorious/api-docs/annotorious/#formatters). Instead of just allowing a single function on init, which can only output a CSS class name,...

One of the major limitations of the original code: all annotations are rendered at load-time. Heavily annotated pages (2000+ annotations) have been causing problems. This lib could be an opportunity...

enhancement

The goal would be to have drag handles at the start and end of a selection highlight, and dragging with the mouse would shrink or expand the selection over the...

help wanted

This would (probably) require: `tabindex` attributes on annotation shapes, a key event listener, and `document.activeElement` to select the annotation that has focus. In addition, there would need to be a...

v2.x

Perhaps called `afterChangeSelectionTarget`, for consistency with `changeSelectionTarget`. See this chat on Gitter: https://gitter.im/recogito/annotorious?at=6225cc03c435002500dc9007

From the Gitter chat (seems to happen on Firefox only): > Hi everyone, I'm back with another small issue. When I load annotations programmatically either via setAnnotations(), or multiple calls...

Add a method to alter the state (bodies, target) of an annotation programmatically from the outside. Currently, a "change" of the state is only possible by replacing an annotation using...

enhancement

Could be useful for plugin developers in particular, who want to modify the annotation SVG shape in some way. (The argument to the event handler would be the DOM element.)...

enhancement

I'm trying to instantiate Mirador (v3.3.0) in a project using Webpack 5. I'm getting the following build error: ```sh ERROR in ./node_modules/normalize-url/index.js 29:45-63 Module not found: Error: Can't resolve 'url'...

embed