Hello, I tried your plugin on an epub I have. The <pageList> section is getting added to the ncx file but is empty. Here is what is getting added to my ncx file (python modified slightly to match existing file indentation):
Code:
<pageList>
<navLabel>
<text>Paper Edition Page Mapping</text>
</navLabel>
</pageList>
The ebook already had anchor tags present so I did not modify the json file. Here is an example page number from my ebook:
Code:
<span epub:type="pagebreak" title="Page_8" id="Page_8" class="page-number" xmlns:epub="http://www.idpf.org/2007/ops">Page 8</span>
The plugin is identifying page number targets in the file and has found over 900 targets. However, it is not writing out the details in the pageList.
Thoughts?