Hi,
I've spent some (interesting...) time strace-ing nickel and found that, on every kepub opening, it searches for this file:
So I tried to create such a file with a single line like this:
and voilà, every book I open gets hyphenated!
This could also used to force other properties like widows/orphans, margin, ecc. ecc.
I've spent some (interesting...) time strace-ing nickel and found that, on every kepub opening, it searches for this file:
Code:
/mnt/onboard/.kobo/kepub/kepub-book.css
Code:
* { -webkit-hyphens: auto; }
This could also used to force other properties like widows/orphans, margin, ecc. ecc.