Quote:
Originally Posted by tomsem
Apple Books expects a cover image and result is it truncates the first page of the notebook.
|
I will add an option to the plugin to create a dummy cover page for notebooks. (Without that the calibre commands to replace an existing cover will not work properly.)
Quote:
Originally Posted by tomsem
calibre ebook-viewer (and ebook-edit) are applying a theme (dark white etc) and they probably should not be. So if they are set to dark theme you cannot see the black strokes. I think these just don't handle FXL rendering correctly?
|
I will add a white background to notebook pages. That should fix this problem.
Calibre does not handle fixed layout EPUBs well, however the EPUBs created from notebooks are simple enough that they should work in calibre.
Quote:
Originally Posted by tomsem
Only suggestion so far is to fill in some placeholder metadata for title/author (e.g. "{filename} - {creation date}" , "KFX input plugin v{version}", and maybe include a simple cover for it with these.
|
Unfortunately the file name is not readily available at the point where the title and author are set. For now I will change it to use the title "Notebook" followed by the 23-character internal book ID.
You can always change the title, author, and cover of the EPUB to whatever you want using the calibre CLI:
Code:
ebook-meta notebookname.epub --authors="New Author" --title="New Title" --cover=newcover.jpg