Patrick Gaskin

Results 386 comments of Patrick Gaskin

@NiLuJe started one: https://github.com/pgaskin/koboutils/pull/8

koboutils has the required changes; KU just needs to update the dependency

Is wireless enabled and connected?

At the minimum, it'd be nice to be able to reduce the font size and padding of the file list to something more similar to the sidebar.

These commands will reduce the default file list height from 72dip to 56dip, which removes the extra padding at the top/bottom without making it look cluttered: ``` adb shell cmd...

@zhanghai would it be possible to add a toggle to preferences to control this?

Because the book contents are in an iframe.

And if you really want to use the element itself, you can do something like what I did here: https://github.com/geek1011/ePubViewer/blob/5b4d4990350d0548a7634b7a4d95aa0f39e262ab/script.js#L357 and https://github.com/geek1011/ePubViewer/blob/5b4d4990350d0548a7634b7a4d95aa0f39e262ab/script.js#L126 .

I decided to take a different approach for now by basing it on the href instead of the CFI: ````javascript let getChapter = href => { let matches = (function...

@fchasen Yep. I tried that, but it returns the first TOC entry no matter where I am. I can send you the epub if you want, but it seems to...