hius07
hius07
> How do i install the nightly? https://build.koreader.rocks/download/nightly/
If we have the "find All" button in DQL (or maybe long-press on "Search"), it would be easier, `self.selected_text` would be intact (didn't check, just guess).
Sorry, I took your property name `index`: https://github.com/koreader/koreader/blob/0eaa2d82487a9105a4b94e9278f568fe0c3adb35/frontend/apps/reader/modules/readertoc.lua#L679
Long ago opened books may not have `percent_finished` or `summary` keys in doc_settings. To avoid crash we do https://github.com/koreader/koreader/blob/52fae11da79dda68caf634825f97272dc084b52d/frontend/ui/widget/filechooser.lua#L175 https://github.com/koreader/koreader/blob/52fae11da79dda68caf634825f97272dc084b52d/plugins/coverbrowser.koplugin/covermenu.lua#L59
Some thoughts after looking a bit to the Menu Search code. Currently the list of actions in Gesture manager is user-extensible: we can add there a profile or a style-tweak...
This setting doesn't mark a book, and doesn't affect previously marked books. A book is marked (or not, depending on this setting) when you try to turn the last page....
New books are always marked as "reading" on opening: https://github.com/koreader/koreader/blob/962477e7c679c2724c369536d2a1e941c678ad1d/frontend/apps/reader/readerui.lua#L473-L478
> When this checkmark is unchecked, newly open books are not always marked as Reading Can you give more details. You open a new book, it must have the "reading"...
Can you check if last page is saved when closing downloaded book (ie, not only status disappears). I think the issue is with sdr path. Can you investigate downloaded and...
Is it https://github.com/stelzch/zotero.koplugin?