![]() |
#1 |
Enthusiast
![]() Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
|
How to Edit Chapters to Look Pretty in Epub Readers?
I want to keep my naming scheme because I have hundreds of chapters and the epub when I switch to a different chapter just gives the xhtml file name. Is there a way to make it not do that or show something that isn't 60-Revelations-04.xhtml because that doesn't look great. I can try messing with some index stuff bit idk.
|
![]() |
![]() |
![]() |
#2 |
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,478
Karma: 5703586
Join Date: Nov 2009
Device: many
|
In Sigil? Or in an e-reader?
|
![]() |
![]() |
![]() |
#3 |
A Hairy Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,312
Karma: 20171571
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
|
The <title> tag in the header of each html file can be used by devices/apps to display at the top of the page or something. They don't all use it. And some devices/apps can taylor what is displayed. I set the <title> to the title of the book rather than the title of the chapter.
You can use a regex to change that on all pages very easily. search: <title>\s*(.*?)\s*</title> replace (select 'all HTML files' in Sigil): <title>The Title of Your Book</title> |
![]() |
![]() |
![]() |
#4 | |
Enthusiast
![]() Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
|
Quote:
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
E-readers not recognizing chapters | JeanneLaska | Sigil | 67 | 01-26-2013 05:04 PM |
HTML to EPUB - Way to Make it Pretty? | PocketGoddess | Calibre | 5 | 06-21-2010 08:23 PM |
ePub Chapters vs. Stanza Chapters | kjk | Sigil | 4 | 09-14-2009 10:50 AM |