Posts labelled “epub3”
-
A new release of the SEED.html app for creating EPUB 3 books in your browser is now live. Find it (v0.5.1) at the new domain: Readit Ina Book! Key features in this release: Full metadata editing (including Accessibility) Built-in axe-core…
-
Transforming plain text to SVG for EPUB 3
The guiding principle of the SEED.html app's data handling is that plain text source content, stored inside the EPUB file, is transformed at authoring time to its xhtml representation. The previous blog post provides an overview of how…
-
Transforming plain text to HTML for EPUB 3
This post summarizes the formats that I've experimented with in the SEED.html app to create EPUB 3 books. I'll present a minimal goal HTML fragment, and show what the plain text source looks like for each format and what it generates as an…
-
Last week I read for the first time about Invisible XML . (The first place I saw it referenced was on mastodon - @[email protected] ) "Invisible XML is a language for describing the implicit structure of data, and a set of technologies for…
-
I was listening to a podcast recently - Episode 11 of The Digital Publishing Podcast with Simon Mellins and Simon Holt. They were speaking with Laura Brady about her work improving accessibility in publishing workflows and outputs and…
-
EPUB 3 provides a rich media environment and a cost-effective digital platform for language education resources. Cross-platform: There are EPUB reader apps available for all operating systems including iOS and Android, No software:…
-
Simple script for responsive layout
responsive.js is a script I am using in all my EPUB 3 work that gives me a simple way to control layouts at different breakpoints which accounts for page width and font size setting. The effect of the script is to add a class to the…
-
One of the assumptions I'm making with the SEED.html app and the content it produces is that the underlying rendering software for EPUB 3 will be based on web standards and provide modern CSS and JavaScript features. Here's what I know of…
-
Here's a video preview of an EPUB recorded on an android tablet in the Cantook app. It presents an audio recording made by my father Jim Haines when he was in Africa in 1962. The EPUB 3 file passes epubcheck validation. It's presented…
-
This is a preview of all the sample EPUB files from the SEED.html app page Presenting them here like this is a bit out of context. You're supposed to read them in the SEED.html app but it's a bit lower-commitment to read them here. Click…
-
This sample reflowable EPUB 3 file includes some CSS animation of an SVG element, but also a Reading System script that loads and plays a Lottie animation from a json file. It validates as EPUB 3, but will only be animated as designed in a…
-
Tasteful dynamic content in EPUB 3. This sample reflowable EPUB 3 file includes some Reading System javascript to toggle the visibility of some text content. The dynamic content is in the second chapter, which is a recipe for the Georgian…
-
EPUB Screenplays for Table Reads
Using fountain.io as a transform script to convert plain text in 'fountain' format into html, then some light javascript to extract character names, and add some highlighting and internal navigation links. See the sample EPUB embedded in…
-
This is a project close to my heart, and probaby driving some of the design choices I've made with the SEED.html features. In my non-software development time I sing with some Melbourne-based vocal ensembles. We largely sing folk music…
-
Responsive Music Notation in EPUB3
Music for Every Reader: Responsive Notation in EPUB3 Imagine reading a digital book where the text doesn't adjust to your screen. You’re constantly pinching to zoom, scrolling awkwardly, and the text is either too small or too large. This…
-
LaTeX to EPUB 3 with SEED.html
Do you write in LaTex for academic publishing? Are you interested in producing EPUB 3 for its superior accessibility? The SEED.html app has you covered. This is what an EPUB3 file can look like when generated from LaTeX formatted source…
-
Using Markdown for EPUB authoring
The SEED.html app enables writers to create valid EPUB 3 packages from markdown source files. There's a sample project called 'Introduction to Markdown' on the app's home page here; stewarthaines.com/epub Find it under the 'Writers' group…
-
Allowing HTML in EPUBS I filled out the survey a few weeks ago and I didn't feel like my responses there were particularly pro or con HTML in EPUB. But the idea has been on my mind since then and this thread on mobileread.com clarified a…