View Single Post
Old 05-31-2015, 08:38 AM   #14
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,326
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Is there some special function making it easier to split in book view?? I just use search and replace to search on whatever code is used to define the beginning of a section (chapter) and replace it with the new page command.

search: <h2> or <p style="page-break-before:always"> (or whatever)
replace: <hr class="sigil_split_marker" />\n<h2>

Followed by F6. This splits them all in a couple seconds. If I find a one-off page that was coded differently as I'm cleaning, then there is a nice little button at the top of the screen to "split at cursor".

Typing "<hr class="sigil_split_marker" />" once every book might be considered a lot of work, so I made it a "clip"...so it ends up being a simple click of the mouse. I have several clips for shortcuts that I use constantly: (.*?), <strong>\1</strong>, <em>\1</em>, <div class="">\1</div>, <span class="">\1</span>, <blockquote class="">\1</bockquote>, etc.

I previously used BV for my final look to see how it would appear in a larger screen but, just yesterday, I found out that you can double-click the header of the preview pane and it toggles from docked to not-docked. If your not-docked window is sized to full screen, then it is even better than BV! If you are lucky enough to have a second monitor, like Ducky mentioned, you can have the preview pane un-docked to the second screen.

Last edited by Turtle91; 05-31-2015 at 08:43 AM.
Turtle91 is offline   Reply With Quote