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).
|