alexadam / save-as-ebook

Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
MIT License
1.1k stars 70 forks source link

Issue 55 #58

Open MichaelPetre opened 2 years ago

MichaelPetre commented 2 years ago

Implemented a "Japanese" checkbox in the menu that does the following: Changes the page progression at spine level Inserts a static japanese.css file implementing the most basic level of css for Japanese ebooks (from http://www2.infocity.co.jp/epubjp/EPUB3_Japanese_Basic_Standard_E_1020.pdf) and includes it in all appropriate places.

The approach may be sub-optimal, but I couldn't figure out why cssjson was making such a mess of custom stylesheets.

MichaelPetre commented 2 years ago

Some of the code may be redundant, I'll see if I can simplify/reduce the amount of changes.