
: Highlighting text in an epub using Sigil and python This is a follow-up to Programming Sigil for importing annotations The answer there suggests to read the Sigil Plugin Framework documentation.
This is a follow-up to
Programming Sigil for importing annotations
The answer there suggests to read the Sigil Plugin Framework documentation. Unfortunately, I could not figure out how to do the following.
My workflow would be to search for the annotated string in the epub and enclose it in span tags:
smart description of a topic
would become
<span class="highlight">smart description of a topic<>
and I would include
span.highlight { background: #ccc }
in the CSS part of the ebook.
What parts of the BookContainer class should I use to implement this and how?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Angie

: Best platform and format for eBook on software/programming I am totally new to eBooks / digital publishing. I want to publish a book on a software/programming topic. It makes zero sense for

: Programming Sigil for importing annotations I was advised to use Sigil for manipulating an epub file. My idea is to get highlighting from my Kobo ebook reader from its sqlite database and put