Rainer Simon
Rainer Simon
The tag widget offers autocomplete. Did you try typing? Or press the arrow down key after placing the cursor in the tag widget? This will open the autosuggest options.
Does this not answer the question? https://github.com/annotorious/annotorious-openseadragon/issues/205
Hi, yes, you are right of course. It's only the `peerDependencies` declaration. (Annotorious itself has been compatible with OSD 4 for a while.) I just pushed a fix & published...
Hi, not sure what you are asking :-) Autosuggest is supported in Annotorious v2.7. (You have to hit the arrow-down key to display all available options.) If you want a...
Closing this as `won't fix`. The editor from v2.x is no longer maintained. Meanwhile, Annotorious v3 is available and the new, more flexible, approach is to use the helper components...
Sorry, there is no easy way to use FabricJS with Annotorious. You would have to build your own drawing tools, which means you would first need to study how the...
I don't know what you mean exactly. No - Annotorious is a different drawing library than FabricJS. I'm sure there would be a way to somehow build a drawing tool...
Sorry, there is no easy solution. It would require significant effort to integrate both libraries, and make them talk to each other in terms of data model, event handling, etc....
Closing this since Annotorious v2.x is officially deprecated, and [Annotorious v3 is now available](https://annotorious.dev/). To extend Annotorious 3 with additional tool plugins, see this project as an example: https://github.com/annotorious/annotorious-v3-extensions/tree/main/annotorious-selector-pack
Extending the editor is problematic in Annotorious v2. Did you see the documentation here? https://annotorious.github.io/guides/editor-widgets/ This might help to get you started. Another option, if you want to build your...