Quote:
Originally Posted by gennaro
Can I automatically split a long file at chapters (say before h1 or h2 elements) without putting the marks by hand?
|
Simply search for heading start tags and replace them sigil split marker <hr> tags. For example:
Find:<h1
Replace:<hr class="sigil_split_marker" /><h1
Then select Split at markers.