An EPUB book has multiple chapters. What method to split it into multiple files, each of them consist one chapter, effectively?
Asked
Active
Viewed 5,176 times
1 Answers
4
If each chapter is formatted as an h1-h6 tag or marked with a unique style, you could use Sigil to insert split markers. For example, if all your chapter headings are formatted as <h1> tags, you'd use:
Find:<h1
Replace:<hr class="sigil_split_marker" /><h1
Then select Edit > Split at markers.
Then use Find & Replace to add split markers and select Edit > Split at markers. – Jan 10 '18 at 15:34
cmd + enterto split at cursor position. – Dennis Hackethal Aug 19 '21 at 01:43