You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: