Quote:
Originally Posted by Doitsu
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.