recogito-client-plugins icon indicating copy to clipboard operation
recogito-client-plugins copied to clipboard

Plugins compatible with the RecogitoJS, Annotorious and AnnotoriousOSD annotation libraries

Results 17 recogito-client-plugins issues
Sort by recently updated
recently updated
newest added

![8](https://github.com/annotorious/annotorious-v2-plugins/assets/41003476/528aa354-37f9-451b-b7ea-ce81fd43adec)

![333](https://github.com/annotorious/annotorious-v2-plugins/assets/41003476/f782ba73-b677-4a2b-b80d-6054979495c8) ![555](https://github.com/annotorious/annotorious-v2-plugins/assets/41003476/8549cc37-2d91-4010-bd31-22f938e44cc9)

The [annotorious-toolbar npm package](https://www.npmjs.com/package/@recogito/annotorious-toolbar) has been missing the 'dist' folder since v1.1.0 This breaks importing as `package.json` `"main"` is expecting `dist/annotorious-toolbar.min.js`

If you use the Shape Labels plugin and you use the TAG widget (initilialize Annatorious with this option), a label is showed, but the text is "undefined". See https://codepen.io/r-w-c/pen/abPRBbW Reproduce:...

bug

Hi, I need to customize the CSS of the starting/closing handle using [BetterPolygon](https://github.com/recogito/recogito-client-plugins) to apply a specific style. I did a POC [here](https://github.com/AlexMili/annotorious/commit/0d4d3277f7a2173df61853eadf99bb6175f8014c), do you think this something that could...

I was trying out the hover-tooltip plugin, in the hopes of rigging a little solution together since custom widgets aren't functional in React yet [annotorious-openseadragon (#179),](https://github.com/annotorious/annotorious-openseadragon/issues/179) and I ran into...

…mouse mode, update css to work with different size svg icons

Labels of annotations of type "Point" (from the "Selector Pack") are excessively large.

bug

Looks like the Firebase plugin no longer correctly handles the initial load. Perhaps an FB API change?

bug

Hi, I would like to handle both deletion of an handle and the deletion of the whole selection but they conflict with each others. The solution I am thinking of...