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

Hi everyone, I recently found out that PDF.js is adding full annotation editing support to the library, which can be tracked here: [PDF.js editing](https://github.com/mozilla/pdf.js/projects/9#card-83265227). I think this could be a...

⭐️ Enhancement

Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

These are roughly the commands from our [Creating a Release](https://github.com/apache/incubator-annotator/wiki/Creating-a-Release) and [Testing a Source Release](https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release) wiki pages, with the idea to make these procedures easier for a next release. @tilgovi...

⚙️ Refactoring

Hi everyone, First of all, thanks for the effort and work to put together this project. We'd like to join the community and hopefully help to move this forward. @tilgovi...

It appears that when adding/removing a highlight, empty text nodes may be added to the DOM. This again may cause subsequent highlighting operations to add additional highlight elements around the...

🦟 Bug

``` > build > concurrently yarn:build:* yarn run v1.22.10 yarn run v1.22.10 yarn run v1.22.10 $ tsc --build $ lerna exec --parallel -- cp ../../DISCLAIMER-WIP ../../LICENSE ../../NOTICE ../../README.md . $...

What is the reason behind matchers producing AsyncGenerators. They don't do IO or wait on callbacks as far as I can see. Having an async function which doesn't need to...

⭐️ Enhancement

Hello, Can you help me out, I tried to understand what's going on here: I created the following, which indeed works, i.e. the text is highlighted in DOM. However it...

🦟 Bug