Quote:
Originally Posted by kovidgoyal
Absolutely do not mess with the files in the editors temp directories, they are not normal files, they are hardlinks and the editor relies on nothing changing them outside its own code. If you want to access the files inside an ebook use unpack book, or better write a plugin for the editor that uses the container class do your work. That will be th emost robust and fleible solution.
|
OK, I understand. But I have known interesting things about management of Calibre files thanks to you all. Yet, write a plugin is not a thing I know to do.
Quote:
Originally Posted by kovidgoyal
If you want to access the files inside an ebook use unpack book
|
Sure, but how can I repack book after have modified some files ?
And, Kovid, thanks for nicer UI for add tag menu. I want still a little enhancement : save folding state of list of tags. Currently, that list is all unfolded, and if I fold <p> (with sub <p...> inside) I would like to have <p> folded next time I open the tag list.