|
|
#31 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
If your book is an epub3 book, maybe the pagelist section in the Nav doc is missing, doesn't contain pagelist entries or the page number definitions point to the wrong target ids. You might want to check your book with my EPUBCheck plugin, if you haven't already done so. If EPUBCheck doesn't report any broken links, download this very simple MR epub3 book with a working pagelist section and compare the pagelist section and the page target definitions with your book. |
|
|
|
|
|
|
#32 |
|
Junior Member
![]() Posts: 3
Karma: 80
Join Date: Mar 2021
Device: PocketBook Touch HD 3
|
Hi, thanks for your plugin!
I have a book that records page numbers like this: Code:
<span role="doc-pagebreak" id="pg_13" aria-label="13"> Code:
{
"tag": "span",
"attribute": "role",
"value": "doc-pagebreak"
}
Code:
diff --git a/plugin.py b/plugin.py
index 9bf6b68..26a6863 100644
--- a/plugin.py
+++ b/plugin.py
@@ -143,6 +143,8 @@ def run(bk):
# title has priority over string
if page_number.has_attr('title'):
title = page_number['title']
+ elif page_number.has_attr('aria-label'):
+ title = page_number['aria-label']
else:
title = page_number.string
|
|
|
|
|
|
#33 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
Join Date: Dec 2010
Device: Kindle PW2
|
|
|
|
|
![]() |
| Tags |
| pagelist, pagelist generator |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Chapter Page Numbers Instead of Title Page Numbers | TheArtfulDodger | Devices | 1 | 11-18-2013 02:08 PM |
| Kindle (AZW3/MOBI) ebooks with "real page numbers" to PDF with same page numbers? | abvgd | Conversion | 2 | 05-24-2013 02:24 PM |
| Index containing page no. with links - <pagelist> problem | mr10463 | Sigil | 7 | 05-21-2013 08:27 AM |
| Print page range in viewer outputs single empty page | larzeb | Library Management | 2 | 04-30-2013 06:24 AM |
| Is there a hack for displaying page numbers rather than location numbers? | nesler | Kindle Developer's Corner | 16 | 02-15-2011 01:00 AM |