javascript-tutorial / javascript-tutorial/en.javascript.info

Bought Epub book is wrong on EPUB3 Reader

オープン
#3,563 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@iliakan がすでに取り組んでいます。

2024年2月22日 から。

主要言語
HTML
スター
25.5k
フォーク
4k
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi there

I bought a book and downloaded it in epub format.

If I try to open it on Pocketbook era, the images, and code don't display.
Screenshot 2023-08-24 at 15 46 02

If I open the original file through an old reader (EPUB2), everything is displayed, but the fonts are terrible (and the old reader lags).

image Screenshot 2023-08-24 at 15 47 55

If I convert it to FB2 format, the code is displayed, but the images don't show.

pandoc ./js.epub -o js.fb2

P.S. I read it like this all the time until I made an opening, which I wrote about later.
I used for it https://pandoc.org/
Screenshot 2023-08-24 at 15 42 34

Solution:

If I convert it from EPUB to EPUB format,

pandoc ./js.epub -o js_copy.epub

then everything works in the latest reader.
image

I don't know what you use to convert Markdown to Epub but would be great if you would provide EPUB 3 initially

Thanks

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。