sebdelsol

Results 170 comments of sebdelsol

> The only thing I edit in the patch is to hide the 'Home' text. I've added an option in `Title bar` 🞂 `Configure Title bar` 🞂 `Show file manager...

Done in this [new version](https://github.com/sebdelsol/KOReader.patches/blob/main/2-filemanager-titlebar.lua). I kept the `Configure title bar` in its own submenu, though. Not doing so feels clunky and adds a second page for no real UX...

Here's a [user patch to remedy to that](https://github.com/sebdelsol/KOReader.patches/blob/main/2-statusbar-thin-chapter.lua). Please check https://github.com/koreader/koreader/issues/8765#issuecomment-2825511472

> The fans of this feature would like to see the cover of the first book in a series. So the folder content must be sorted in accordance with the...

@Commodore64user I appreciate the sentiment, but I'm still learning Koreader's codebase. in this case, the patch might actually slow down the file manager, and I haven’t yet figured out how...

> cycle through Status bar presets Here's a [user patch to cycle through your presets by tapping the status bar](https://github.com/sebdelsol/KOReader.patches/blob/main/2-statusbar-cycle-presets.lua). There's a catch : if you've got presets with different...

yes it is. And it's a great vision. But here's that: > cycle through Status bar presets EDIT: [it might be worth a FR](https://github.com/koreader/koreader/issues/13749)

Maybe a user patch along those lines: ```lua local ReaderFooter = require("apps/reader/modules/readerfooter") local ReaderPageMap = require("apps/reader/modules/readerpagemap") local userpatch = require("userpatch") local orig_ReaderPageMap_init = ReaderPageMap.init local orig_ReaderPageMap_getLastPageLabel = ReaderPageMap.getLastPageLabel local footerTextGeneratorMap...

> (The problem is not a code but algorithm) Sure, I understand it’s not that trivial. I was just offering OP a possible solution. > #page_list, May be a solution....

check #144 : it's for Java support, but it would be the same process and it's achievable since Selenium has a [dotnet version](https://github.com/SeleniumHQ/selenium/tree/trunk/dotnet) too.