No out of the box functionality like that, no.
If you know python, you could probably do a quick plugin to build an ncx from title tag values. Or you could have it insert nodisplay h tags into the top of all html files with the title tag values added as content (or title attributes) with your above regexp. The latter would allow you to use Sigil's built-in ncx generator.
|