Display annotations
Thanks for this great app. Until now it did all I wanted it to do really well. What I found to be missing is viewing annotations:
Document viewer does already display text merging and symbols of annotations, but there is no way to read/open the annotations or I couldn't find the way to do so.
This is distinct from the existing annotation issue, as I don't want to add new annotations, I just want to read existing ones.
I'm assuming the mupdf viewer supports opening them? https://f-droid.org/packages/com.artifex.mupdfdemo/ https://play.google.com/store/apps/details?id=com.artifex.mupdfdemo&hl=en
That's the library we, use so it's probably doable.
According to their homepage it can annotate, so I assume it can also read annotations.
It would be nice to be able to add annotations as well. I see this issue from long ago: #109
One of the questions is where to store the annotation. This might be easier for PDF (directly in it) but it might be tricky for other formats. If i want to try to add this feature myself, what is something I should be aware of?