incubator-annotator
incubator-annotator copied to clipboard
Apache Annotator provides annotation enabling code for browsers, servers, and humans.
This has come up a few times, but I'd like us to discuss building a [Web Annotation Protocol](https://www.w3.org/TR/annotation-protocol/) server implementation as part of this project. It was part of the...
Many annotation tools want to match a quote also when it has been modified slightly, but we have yet to implement this. Enabling approximate/fuzzy string matching could be an option...
Spec: https://wicg.github.io/ScrollToTextFragment/#parsing-the-fragment-directive
Finding selections within the DOM and even wrapping them in an element is easy enough, and most developers just "roll their own" highlighter/selector for things like that--hence, they don't "shop"...
I'm contributing to a draft of a spec called [ARIA Annotations](https://w3c.github.io/annotation-aria/). It will be going up for review within the ARIA WG fairly soon. I also wanted to surface it...
Curious to get thoughts from everyone on whether having document identification determination code would be useful for this project. By "document identification determination" I mean the process of sorting out...
Hello and thank you for this wonderful project. It's provided some excellent shoulders to stand on. ### Context I'm extracting footnotes embedded in markdown and converting them annotations. Some of...
Highlighting (using `` elements, as we do) text inside a `` will make that text disappear. The higlighter should either fail or modify the given range if parts of it...
For some webpages I'm getting this strange behavior :  for example (above) when trying to highlight the word "negligible", I split it in two parts: negl + igible This...
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.7. Release notes Sourced from axios's releases. Release v1.6.7 Release notes: Bug Fixes capture async stack only for rejections with native error objects; (#6203) (1a08f90)...