hius07

Results 641 comments of hius07

Sorting by datetime is in the backlog.

You can try to set it manually: `cre_header_status_font_size` in koreader/settings.reader.lua Edit this file out of KOReader.

Thinking about it, we also have to look at the List view, where thumbnails are displayed with different width.

To avoid the slowdown we must cache the streched thumbnails https://github.com/koreader/koreader/blob/d801af6d418e3b4f1ad090047e4370d9f3d198ad/plugins/coverbrowser.koplugin/bookinfomanager.lua#L518-L522 `BookInfoManager.getCachedCoverSize()` should consider the new setting.

> Can't this be a user patch? I'm afraid no. I'm going to look closer at it after merging (or rejecting) https://github.com/koreader/koreader/pull/11792.

Word delimiters, discussable: https://github.com/koreader/koreader/blob/775e8410d6eed01f1fae15bd9e7c172c39d7d7a5/frontend/ui/widget/inputtext.lua#L768

It deletes the full word (between delimiters) under the cursor. And deletes an extra space, if needed.

> may be this behaviour is needed to a new backspace swipe can delete another previous word, and we can easily do that in sequence? Yes, I thought it was...

Added dashes as word delimiters. Swipe west deletes part of the word left to cursor. Swipe north deletes the whole word.