Back in the 80s and 90s I was a typical maclot, MacAddict subscription (late 90s), whole 9 yards, until I discovered Linux. Haven't really used Apple in decades.
I was recently given a 3rd gen iPad to test the ePub projects I'm working on - where I discovered iBooks respects the publisher fonts except in paragraph nodes, causing different fonts to be used for things like list items than are used for paragraphs and different fonts for code blocks in a div (styled like pre but with wrap) than in code tags. Really disconcerting to the eye.
Found a solution - iBooks wants a custom XML file in META-INF to tell it to use some options, including publisher fonts for paragraph tags.
So (as a command line geek) I wrote a python script that lets me create/manage that custom iBooks configuration file -
https://github.com/VeryGoodErotica/g...ooksOptions.py
Feels like MS with their IE ignoring the standards and requiring customization of web pages all over again.
But now I hear that iBooks is being replaced by something called Books?
Is that desktop only or is that on iOS devices as well?
I borrowed use of an iMac to open the ePub books I'm working on, and it looked like iBooks was the app, and it looked just like the display on my 3rd gen iPad only showing two pages at once. The iMac I had use of is an older one, is Books only available on the newer iMacs? Or is it a separate app that has to be specifically installed?
Does Books use the same custom XML file within META-INF or does it use a different one or does it not use one at all?