Quote:
Originally Posted by BetterRed
.../...
But in my dreams I right 'right click' on the monolithic xhtml file, select something like 'Split at Headers', it prompts me for a file name prefix which it defaults to "Chapter", I click OK, and I'm off to races
BR
|
Your dream may come true using ODTImport Sigil plugin. In the
config.xml file, you can select -among many other things- some automatic settings (your value between brackets) for the "split level", for manual or style "page_break_split" and even (I had missed this one

) for an "image split".
Code:
<!-- File options -->
<option name="external_toc_depth" value="3" />
<option name="split_level" value="2" />
<option name="repeat_levels" value="5" />
<option name="page_break_split" value="explicit" />
<option name="split_after" value="0" />
<option name="image_split" value="none" />
<option name="cover_image" value="false" />
<option name="save_images_in_subdir" value="false" />
<option name="uplink" value="" />
Documentation reference
http://writer2latex.sourceforge.net/...ual-screen.pdf
page 58