Quote:
Originally Posted by fkustaa
Is there a way to add a new endnote between two existing endnotes in a chapter in Sigil, and to have the numbering of the remaining endnotes to change automatically accordingly to the end of the chapter and without having to manually re-format the numbering of the remaining endnotes to the end of a chapter?
|
AFAIK, there's no automated solution. However, if you're familiar with
regular expressions, you might find my
Incremental IDs Sigil plugin helpful, provided that all footnote references and definitions have unique class attributes.
In this case, you could use the plugin to assign new sequential ids to all footnotes and footnote references in a chapter and then use regular expressions to generate new footnote numbers from the footnote ids.
I.e., it can be done, but requires some technical skills.