Adding Books Sequence Editor
Does anyone know of a way to create a sequence of events that happen when a book is added? Currently, we only have 'automatic conversion', which, whilst useful, doesn't seem to be extendable.
I really dislike massive page breaks in my ebooks (I use a scrolling reader), so I want to remove all page breaks. Page breaks show up in two ways - either in the html itself (which is trivial to excise, I've already got that set up with css overrides), or due to multiple internal html (or equivalent) pages in the ebook itself. Getting rid of the second type of page break is relatively easy (convert to HTMLZ, convert to EPUB, in my case). So my current order is:
Add ebook
(Automated conversion to HTMLZ)
Delete original format (otherwise conversion messes up)
Convert to EPUB
Is there anyway to automate that sequence?
|