View Single Post
Old 08-29-2014, 04:55 AM   #1
ulotrix
Junior Member
ulotrix began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2014
Device: Kindle Paperwhite 2
Starting Edit Book Plugin. Need idea

Hi everyone.

I want to develop edit book plugin to Calibre. I know Python as well and I read calibre plugin developing page and plugin API page.

This is my plugin idea: https://www.mobileread.com/forums/sho...&postcount=631

And I want to make this.


I have some epub and their clippings.txt files.

1) In edit book I will upload the clippings.txt own epub
2) I will pick highlighted word and their location information from clippings.txt
3) I will change those words background or change to bold those word in book edit section.

So I have some question.
1) Is there any chance to find location with built-in Calibre API function?
2) If no how can I find those words? (Regex or built-in find/replace function)
3) Is possible to chance words background or something like this?

Any other idea is appriciated.
ulotrix is offline   Reply With Quote