hius07
hius07
> I found there were two folders with the same name, in the old location and the new location, where the sdr files were shared Can you give the exact...
It's here https://github.com/koreader/koreader/blob/f3005906d4236fa234a789b8e62df4ea7ed1dcea/plugins/exporter.koplugin/template/note.tpl#L70 Replace `"%x"` with `"%Y-%m-%d %H:%M:%S"`. No need to restart.
Yes, other users might be happy with the current template, nobody has complained.
> IMHO, “chapter length” should be “page number of next chapter minus page number of this chapter plus 1” So the length of the chapter 10.1.4 will be 2? Not...
There might be some responses from the server in the crash.log.
Nothing about connecting to Readwise in the log unfortunately.
> 2\. Some menu items that open a new window look like a checkbox, for example `Arrange actions`. There should be no checkbox. Long-press on it, the checkmark goes out....
Because they are always sorted (technically, arrays). Action list is a hashmap table, its execution order varies from time to time when unsorted.
Again asking @yparitcher and @NiLuJe: do you see negative effect of changing `sendEvent` to `broadcastEvent` in Dispatcher:execute?
For some reasons the Dispatcher:execute has been created with `sendEvent`.