Quote:
Originally Posted by theboardrider
This is my first time trying to edit a book in Calibre editor, and it was going great. However, I noticed a page that didn't seem to follow, and unbeknownst to me, it had deleted page 7. This in of itself sucks, as I can't find it or get it back. But I am wililng to recreate it and insert it.
What's the best way to do this? I tried to search all the editor tools for an "insert blank page," command and cannot find one.
Does anyone know how to simply insert a blank page? I figured there might be an option, somewhat like adding a blank page in PowerPoint, but can't find anything.
Or perhaps, has anyone had this happen? Do you know how to try and recover a page? Maybe it wasn't there to begin with...or more likely I probably hit something in error and deleted a whole page. Either way, is there a way to recover a missing page?
If someone can instruct me on how to find my missing pagepage, I'll be super grateful. But regardless, I'd like to know how to add a blank, just for future reference. And if nobody knows how to recover, then I need to know how to add a blank page for continuity purposes of this current project!
Thanks in advance.
|
@
theboardrider - it's probably too late but within an editing session you can take checkpoints, see
Editor Checkpoints.
I have a feeling that there are also 'automatic' checkpoints - there is certainly one taken when an editing session starts, so if something screws up it's easy to start again. The checkpointing options are at the top of the Edit menu.
I do new pages by inserting a blank paragraph that uses a css entry that has
page-break-after: always; in it. Not sure if that's the right or best way, but it works for my limited needs.
Added : as theducks already said in ePUBs there is no such thing as a blank page in the Powerpoint sense, an EPUB is more like Word. In fact if you import a DOCX into the editor that has Page Breaks in it, then a CSS entry will be created with the
page-break-after: always; entry.
BR