Mickaël Menu
Mickaël Menu
This used to be possible [but I removed it](https://github.com/mickael-menu/zk/pull/218) because it was pretty fragile and broke some other features in the notebook index. I'll consider adding it back with a...
Agreed, this kind of hrefs should be ignored by `zk`.
Why not, how about `zk config alias` for the command?
This is not supported right now, only the metadata taken from the `manifest.json` file inside the `lcpdf` are used. We might implement a fallback on the LCP encrypted PDF in...
I can't reproduce the problem, could you share the book you used in your video?
Unfortunately I can't fix the problem if I can't reproduce it myself. It looks like a rendering bug in the web view.
If you could share with me one of the book exhibiting the issue, maybe I can reproduce it this way. Otherwise try debugging the toolkit yourself to find clues.
Also you could try using `git bisect` on the toolkit to find which commit introduced the issue, if it's a regression.
Good news, I wasn't looking for this but it happened on my device. The issue is the computation of the Readium CSS `--RS__viewportWidth` which uses an incorrect null width. I'll...
Could you check if this fixes it for you? https://github.com/readium/kotlin-toolkit/pull/281 From branch `fix/null-viewport-width`