I try to get this driver up and add some lines to a special css because I have troubles with the hyphenation.
I Found this:
Quote:
Adding Arbitrary CSS
The device driver plugin, through the base KoboTouch driver provided with calibre, has the ability to copy all rules from a specific CSS file into each book as it is uploaded. To support easily maintaining device-specific CSS files, the device driver can copy a CSS file into the correct place to allow adding it to each book. To do this, locate the calibre plugin directory, create a CSS file in there, and ensure that the Modify CSS option is selected in the driver preferences. To locate the calibre plugin directory, open calibre's preferences, choose Miscellaneous, and click the Open calibre configuration directory button. The plugin directory is in there.
|
But in order to have this KoboTouchExtended driver working, I have to disable the "base KoboTouch driver" so that isn't working that good.
Then:
Quote:
The name of the CSS file must be in the format kobo_extra_<DEVICE>.css. The following replacements for <DEVICE> are currently supported (capitalization is important):
Kobo Aura HD - AURAHD (kobo_extra_AURAHD.css)
Kobo Aura - AURA (kobo_extra_AURA.css)
Kobo Glo - GLO (kobo_extra_GLO.css)
Kobo Mini - MINI (kobo_extra_MINI.css)
Kobo Touch - TOUCH (kobo_extra_TOUCH.css)
|
I have the Glo HD but inserting a kobo_extra_GLOHD.css doesn't work also.
Can anyone enlighten me with this ?