Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 02-20-2026, 12:35 AM   #46
Leilu
Enthusiast
Leilu began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Feb 2023
Device: Kindle Oasis 3 / Kobo Libra 2
Thank you guys.

I’m creating an EPUB from a scan of a book by Günther Anders. I’m planning to send this EPUB as a sample to publishing houses since I’d really love to work in the industry, so I’m pulling out all the stops on the quality.

I think I’ll export the page numbers from ABBYY FineReader OCR as plain text instead. That way, I can use regex in Sigil to modify the <p>page_number</p> tags exactly how I want.

Last edited by Leilu; 02-20-2026 at 03:02 AM.
Leilu is offline   Reply With Quote
Old 02-20-2026, 10:24 AM   #47
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,462
Karma: 20534347
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Good luck!

Your comment <p>Page number</p> had me a little concerned that you are trying to put a visual page number embedded in the book. Just be careful, that might be fine for textbooks or fixed format books, but they are meaningless in a reflowable ebook. Most people prefer the hidden tags that mean something to the reading software and can be linked instead of a "Page 67" floating at some random point on the screen.
Turtle91 is offline   Reply With Quote
Advert
Old 02-20-2026, 10:41 AM   #48
Leilu
Enthusiast
Leilu began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Feb 2023
Device: Kindle Oasis 3 / Kobo Libra 2
The <p>Page number</p> tag is just a placeholder. What I’m actually looking for is a way to include the real pages information to be abble to toggle side-margin page references similar to how KOReader handles them.

I'll have to check how to implement this correctly. I came across an example in a book using
Quote:
l’impossibilité de croître près de monseigneur <a id="page_71"></a>Bienvenu qu’à peine sorti.

Last edited by Leilu; 02-20-2026 at 10:49 AM.
Leilu is offline   Reply With Quote
Old 02-20-2026, 11:15 AM   #49
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 82,149
Karma: 150871427
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Leilu View Post
The <p>Page number</p> tag is just a placeholder. What I’m actually looking for is a way to include the real pages information to be abble to toggle side-margin page references similar to how KOReader handles them.

I'll have to check how to implement this correctly. I came across an example in a book using
If this book is not a non-fiction book, there's really no need to put in a print edition's page numbers. If I find an eBook with a page-map to simulate a print edition's page numbers that doesn't need it, I strip them out. They are (IMHO) just bloat.
JSWolf is offline   Reply With Quote
Old 02-20-2026, 11:59 AM   #50
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 29,135
Karma: 211348980
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I think it's pretty safe to say that a book by Günther Anders is not going to be something that interest you, Jon. So your preferences about this paticular topic are not all that relevant.

And let's please let this plugin's thread get back on track. Thanks.
DiapDealer is offline   Reply With Quote
Advert
Old 02-20-2026, 12:24 PM   #51
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,795
Karma: 24088595
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Leilu View Post
The <p>Page number</p> tag is just a placeholder. What I’m actually looking for is a way to include the real pages information to be abble to toggle side-margin page references similar to how KOReader handles them.
In EPUB3 books, you'll need to identify page numbers via epub:type="pagebreak" attributes. For more information see:
EPUB Accessibility Techniques > Provide page break markers. You'll also need to generate a NAV pagelist.

FYI: my version of Gibran's Madman contains page numbers.
Doitsu is offline   Reply With Quote
Reply

Tags
pagelist, pagelist generator


Forum Jump

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


All times are GMT -4. The time now is 01:59 PM.


MobileRead.com is a privately owned, operated and funded community.