mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
48.32k stars 9.97k forks source link

Include annotation reply threads in the viewer #10982

Open timvandermeij opened 5 years ago

timvandermeij commented 5 years ago

This is a follow-up of #10677 with regards to the point that only the reply text is shown.

Now that the library has support for IRT, RT, State and StateModel after #10820, we should find a good way to expose this functionality, reply threads for annotations, to the viewer. Good inspiration is how Adobe Acrobat does this; see https://github.com/mozilla/pdf.js/pull/10716#issuecomment-482885336 for screenshots.

vlastimilmaca commented 5 years ago

I'd like to pin this comment here for tracking #10820 (comment), as I think that will need to happen too.

Edit: I don't plan to start working on this any time soon, so anyone feel free to take it from here :).