Thread: Splitting files
View Single Post
Old 12-07-2017, 03:47 AM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Doitsu View Post
There's no Chapter Split button. To split a chapter at the cursor press Ctrl+Enter.
There is also the Edit > Split at Cursor.

Or you could press Ctrl+Shift+Enter to place a Marker, and then F6 (or Edit > Split at Markers) to split chapters.

Slightly More Technical Answer:

The Marker is a specific thing Sigil places in the HTML: <hr class="sigil_split_marker"/> which Sigil then uses to split the file in two. If you wanted, you could go do a Search/Replace or Regex in Code View and insert that wherever you needed. Then press F6.

Last edited by Tex2002ans; 12-07-2017 at 03:53 AM.
Tex2002ans is offline   Reply With Quote