You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
I'm trying to use your code with couchdb (not pouchdb). But for some reason it does not trigger any highlight not the "annotationCreated" hook.
I suspect this is because your/couchdb api implementation does not follow the standard annotator (2.x) API and returns {"ok":true,"id":"xxx","rev":"xxx"} instead of the document itself.