| Age | Commit message (Collapse) | Author |
|
|
|
Amazon is slowly killing it, it's just a question of time when it fully dies.
References:
* https://kdp.amazon.com/en_US/help/topic/GULSQMHU5MNH4EZM
> Starting August 1, 2021, we will no longer support MOBI files for reflowable eBooks. Use EPUB, DOCX or KPF to publish new or update reflowable eBooks.
* https://www.amazon.com/gp/help/customer/display.html?nodeId=G5WYD9SAF7PGXRNA
> Beginning in late 2022, you'll no longer be able to send MOBI (.AZW, .MOBI) files to your Kindle library using Send to Kindle. This change won't affect any MOBI files already in your Kindle library. You can still read them with Kindle. MOBI is an older file format and won't support the newest Kindle features for documents.
* https://www.reddit.com/r/kindle/comments/16rw6e3/amazon_announcement_about_mobi_support_timeline/
> We will end all Send to Kindle support for MOBI files by December 20, 2023.
* https://www.mobileread.com/forums/showthread.php?t=336365
> Does anyone still have Kindle Previewer installer older than 3.49 that you could share? The reason I am looking for it is because newer versions no longer open .mobi files.
|
|
|
|
|
|
We're using the same technique as HTML5 converter.
While it is advanced CSS, we already rely on the same stuff for many other elements.
|
|
|
|
|
|
|
|
|
|
|
|
closes #114
closes #115
closes #127
|
|
|
|
|
|
This is a first step to publish documentation on docs.asciidoctor.org
|
|
|
|
We no longer change normal link color (since 3697bd99a66293867edbc37cf6c2fbebf143893d),
so for consistency (and fixing of night mode on iBooks) also do not touch visited links.
If we ever decide again to colorize links, this will need to be handled somehow differently
closes #367
followups 338
|
|
in Apple Books
|
|
This commit also removes Kindle-specific color adjustments so minor color changes are expected on Kindle
|
|
|
|
|
|
|
|
|
|
According to Wikipedia, Kindle Oasis has a definition of
1680 × 1264 pixels, 300 ppi. And according to #67, we can only detect
the model of kindle by its definition. We just apply the same recipe
as for PaperWhite here.
|
|
1 (#329)
|
|
|
|
|
|
|
|
|
|
|
|
support conversion of article documents to a single-chapter file
resolves #205 support special chapters like bibliography
resolves #190 `basedir` now points to spine document directory when processing chapter files
resolves #178 fix image and listing numbers being reset in each chapter
resolves #166 fix xref resolving between sub-includes of chapter files
resolves #151 add support for contentless include files
resolves #136 drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax
resolves #206 properly include bibliography generated by asciidoctor-bibtex
require Asciidoctor 1.5.6+
|
|
|
|
|
|
Co-authored-by: Marat Radchenko <marat@slonopotamus.org>
|
|
|
|
* Remove symlink from sample book
From https://github.com/asciidoctor/asciidoctor-epub3/issues/196#issuecomment-577015262:
Windows doesn't adequately support symlinks and even though Git for Windows has experimental symlink support, it is disabled by default.
Instead of a symlink, data/samples/asciidoctor-epub3-readme.adoc is just a regular file with following contents on Windows:
../../README.adoc
So, while book does produce EPUB without errors, it doesn't contain expected contents.
* Test that we actually have bug #196
|
|
- set border width to 1px so it displays on Kindle
- reduce top padding (use same padding for top and bottom)
|
|
|
|
* enable catalog_assets option on documents in spine
* read images from catalog (i.e., references) table
* move call to add_content_images method inside add_content method
* add svg to epub properties list if an inline SVG image is detected
* set width of inline image to value of scaledwidth attribute, if specified
* if scaledwidth attribute is not specified and image is an SVG, set value to 100%
* add inline class to inline image elements
* add max-width: 100% style to all images (not just figures)
* group figure.image styles together in stylesheet
|
|
|
|
- move bottom border to header
- remove side padding from header
- darken color of byline text
|
|
- detect Kindle Paperwhite using kf8 + resolution media query
- force darker colors on Kindle Paperwhite
|
|
- use dark text on white background
- invert colors in default avatar
|
|
|
|
- tested on the latest releases of Gitden and Kindle for Android
- add sample content to test text size and justification
- code formatting
|
|
|
|
|
|
|
|
|
|
|
|
|