well I don't need the "keep existing TOC" feature, but 3 endorsements in a row from respected posters has be almost convinced to upgrade.
I use sigil for fixing badly formatted books, so I use split & merge a LOT & I do a lot of fixes via regex where I rely on sigil to fix up closing tags e.g. I'll find constructions like
<p class = whatever > Chapter
& replace with
<h2 class = whatever > Chapter
then sigil / tidy changes the closing /p to /h2 for me. not having to fix the closing tags makes writing regex much easier
can I get same behaviour from 4.2 ?
|