1

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?

Gergely
  • 253
  • 3
  • 9
  • You might want to post your question in the official [Sigil Plugin Development thread](https://www.mobileread.com/forums/forumdisplay.php?f=268). You also might want to download and run the [official test plugin](https://www.mobileread.com/forums/showthread.php?t=267539). It contains all the code fragments that you'll need for your plugin. –  Jun 18 '18 at 19:16

0 Answers0