This is a follow-up to
https://www.mobileread.com/forums/sh...ht=desktop+app
Once I have my annotations extracted from my ebook reader, I would like to put it into the epub file. I do not know too much about epub but it seems like a special version of HTML. So, I would like to make
<span class="highlight">highlighted text</span>
across the file using the extracted annotations and have
span.highlight { background: #ccc }
to see them in a desktop epub reader.
What programming library would you recommend to do this?