Quote:
Originally Posted by kovidgoyal
You can decompile KF8 with
calibre-debug --inspect-mobi file.mobi
KF8 files contain both the mobi markup and the HTML5/CSS3 in separate sets of records, separated by a BOUN record.
Go ahead and work on a writer, it's on my TODO list, but I wont be able to get to it for a while. Though if I was you, I'd first work on properly decompiling KF8 files (add the code to mobi/debug.py with is what --inspect-mobi does).
|
I think you saying calibre-debug decompiles the standard mobi content from a KF8/MOBI file and I should add code to decompile the html5/css3 (KF8 proper) content. If so I agree. Is this correct?