incubator-annotator icon indicating copy to clipboard operation
incubator-annotator copied to clipboard

Apache Annotator provides annotation enabling code for browsers, servers, and humans.

Results 29 incubator-annotator issues
Sort by recently updated
recently updated
newest added

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...

discussion

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...

let’s code

Spec: https://wicg.github.io/ScrollToTextFragment/#parsing-the-fragment-directive

proposal

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"...

discussion

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...

proposal

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...

discussion

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...

🦟 Bug

For some webpages I'm getting this strange behavior : ![image](https://user-images.githubusercontent.com/70313067/187080435-2d1b993d-4830-4a25-99a9-46ea59af90fa.png) for example (above) when trying to highlight the word "negligible", I split it in two parts: negl + igible This...

🦟 Bug

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)...

dependencies