Hacker News new | ask | show | jobs
by vasvir 766 days ago
Hypothesis https://web.hypothes.is/ is pretty good at keeping notes on PDF.

Normally it anchors the annotations for any url but i believe that for PDF is also doing some extra checksum magic to uniquely identify the PDF and apply the annotations.

Furthermore you can have collaboration features such as group annotations. Useful for classes or science labs...

1 comments

I have been thinking about this program for a long time now, and one area I haven’t seen covered are references that work even across different versions of the same document (e.g. the book got a new version, but still has the same chapter more or less unchanged, or you highlighted something based on the epub, and switched to the PDF). Hypothesis’s implementation works quite well, as they were sort of forced to handle it due to web pages always changing (they store some of the surrounding context).