hius07

Results 641 comments of hius07

Replaced the solid line. [readerview.lua.txt](https://github.com/koreader/koreader/files/15282023/readerview.lua.txt)

I do not use overlapped pages, no strong opinion. Looks pretty nice.

We also have https://github.com/koreader/contrib

As usual, we can speed up by sacrificing the precision. To build the felxible height list we need to know the height of each item. Building real items with TextBoxWidget...

> how you estimate the total_number_of_chars `#util.splitToChars(item.text)`

Building 260 bookmarks measurement (sec): splitToChars: 0.1656 TextWidget: 0.4778 TextBoxWidget: 5.2927 Half a second is acceptable I think.

Highly unlikely. You can see that we do not have new lines (paragraphs) in bookmark list. Building items of several parts (highlighted text, note, page number) slows down the output....

There is a new menu item "Save current document settings as default".

New screenshots in https://github.com/koreader/koreader/pull/10036.

Can you try the recent nightly build. It has "Find all" button, to show search results in the whole book. It cannot be limited to a chapter or to a...