Replies: 2 comments 1 reply
|
The annotations are stored in Feel free to ask any other questions if the documentation is not clear enough. |
0 replies
|
Thanks this is super useful. Although these annotations are mostly drawing annotations from the pen so perhaps it sits at the mupdf level. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been thinking about developing a plugin to add support for showing Supernote highlights/annotations in sioyek. If you're not familiar Supernote is an eink device and the way it handles PDF annotations aligns well with sioyek, i.e. they create a separate file that includes all the annotations rather than embedding them directly into the PDF. There are some python libraries that can read their proprietary format and export it as PNG or PDF but I'm not sure how to handle things on sioyek side. I was wondering if @ahrm could point me to what format sioyek expects for annotations? Any other pointers are much appreciated.
All reactions