View Single Post
Old 02-22-2023, 01:27 AM   #2
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,622
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by F4in7_ View Post
Now, I know what you're thinking, and yes it will nuke the intended structure of the book. But honestly, I've almost never had a problem with how it looks, the only thing that's holding me back from using it all the time, is sometimes paragraphs that are meant to be centered aren't and numbered bullet points are spaced out too much, so if anyone's familiar with the plug-in or a method similar to what I'm trying to achieve that would resolve some of those issues, I would love to hear it.
Yep, that's exactly what I was thinking. How does your epub work if there is no stylesheet? I am surprised the reader will open the book with a major component missing, but I guess the reader is just falling back to default values, but as you noticed it does kill off any styling that is different from the default.

Rather than your hit and miss approach, maybe teach yourself css and html (its not hard) and fix the book in a correct manner. Sometimes you just need to jump in as you can't rely on plugins and other automated approaches to fix everything.

As for uppercase words, you might find some useful regex in here... https://www.mobileread.com/forums/sh...d.php?t=352157

Quotation marks? Not sure how you could automate finding missing quoatation marks. There would be too many false positives from words like it's, students’ etc
Karellen is offline   Reply With Quote