View Single Post
Old 09-12-2011, 08:13 AM   #184
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by ldolse View Post
Status hasn't changed since the last update, life and other projects have gotten in the way as of late.
Life is like that.

Quote:
Originally Posted by ldolse View Post
I have a potential fix for this, but I've been more inclined to look into re-writing all the css manipulation code to leverage cssutils so I don't have to reinvent the wheel and deal with my own buggy implementation.
While you're looking at this code, I have a request.

I recently purchased a prs-950 and love how it works. The only draw back was that now all of my books are justified. I thought it was the reader but in looking into this it turns out it is just the way the books are formatted. This is easy to fix by replacing the text-align: justify entries with text-align: left entries and the book again defaults to left justification.

Since I have older eyes I use larger fonts. Large fonts and full justification is ugly. You end up with big gaps between the words that screw with the flow of reading. My request is an option to change books to left justify by replacing all of the text-align: justify entries with text-align: left entries.

I can do this one book at a time but the extra css in calibre isn't enough to ensure it isn't fully justified and the search and replace in the conversion doesn't seem to touch the css (for good reason I'm sure).

Thanks for the work you're doing on this plugin and thanks for considering my request.
DoctorOhh is offline   Reply With Quote