It would be nice if when making ebooks by volume the chapter heading could be used instead of the parts. I looked at the contents of a bunch of different series I read and all the ones I looked at used <h1> to indicate chapter headings pretty cleanly.
I don't think it would be too complex. Since title is set core._process_single_epub_content() [1] I was thinking you could re-process contents [2] to be split by <h1> instead of part and just change the part titles.
I'll try and make a PR that we can discuss.
It would be nice if when making ebooks by volume the chapter heading could be used instead of the parts. I looked at the contents of a bunch of different series I read and all the ones I looked at used
<h1>to indicate chapter headings pretty cleanly.I don't think it would be too complex. Since title is set
core._process_single_epub_content()[1] I was thinking you could re-process contents [2] to be split by<h1>instead of part and just change the part titles.I'll try and make a PR that we can discuss.