View Single Post
Old 03-30-2017, 05:51 AM   #43
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by BetterRed View Post
.../...

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

Last edited by roger64; 03-30-2017 at 06:51 AM. Reason: doc
roger64 is offline   Reply With Quote