View Single Post
Old 09-06-2022, 06:50 PM   #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,369
Karma: 20212733
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
Not quite. I think the creators of Sigil are contemplating having some kind of sentence case/title case option... Right now I think Calibre has the regex functions which could do it but I haven't practiced enough with it to feel competent. I use the following regex to get it mostly done:

find: <p class="first">([A-Z])([A-Z ]+)*
replace: <p class="first">\1\L\2\E

I put the class="first" to designate the first paragraph in a chapter...you'll have to adjust.

I roll through the ePub one at a time in case it tries to change proper names or 'I' to lower case.

Not completely automatic...but 130 chapters shouldn't take more than a few minutes.
Turtle91 is offline   Reply With Quote