Quote:
Originally Posted by kovidgoyal
I'm afraid not, sorry. This is far more work than I am interested in doing for it, but patches are welcome.
|
Hello. Thank you for developing this software.
By "split footnotes for every single chapter" i didn't mean to place them in the chapter itself. Maybe i wasn't making myself clear. What i meant was, it would be good to reset footnote counter (not the actual ID counter, but the visual one) at chapter break when converting to .epub.
This is how a regular .epub footnote link looks like in Calibre:
<a href="../Text/index_split_882.html#note_861" title="861" class="noteref"><sup id="back_note_861" class="calibre6">861</sup></a>
<a href="../Text/index_split_020.html#back_note_861" title="861" class="calibre12">←861</a>
This here can be a footnote 1 at beginning of a new chapter. The actual ID is 861. What is need to be changed is 861 to 1 here: >861<
and here: >←861<. These are the actual numbers we see when we read the text. Is it realy so difficult to write a code to check the first note of a chapter and then renumber all visual numbers (those between >...<, which are not the numbers in code, but in the text we read) in this same chapter starting from 1?