Quote:
Originally Posted by user_none
I hope people find this useful for their hand editing needs.
|
Thanks for doing this! I subconsciously have wanted this ever since I saw

Sony's first ADE implementation forced a max. chunk size (300k) and required splitting your source .html to accomplish same.
I've always WANTED .epub to be the master source for ebooks I create, and now the next best thing will be .HTMLZ (a single .html with images and its .opf!!!!). By the way, when I do want to preserve my single source .html in conversions to .epub, I usually feed calibre's "ebook-convert" the tags:
Code:
--dont-split-on-page-breaks --flow-size=40000
I DO think this will prove to be quite useful, especially when one doesn't have access to the original (single) .html and one wants to make (global) changes/tweaks.
Kudos for adding this functionality!