Rowan Decker
Rowan Decker
Sounds like it still is. https://github.com/kiibohd/controller/issues/271
Now that there is the PixelMap module and KLL support for aninamations this may be much more interesting to implement.
I'm running into something similar. ``` Feb 05 18:56:11 hoenir teku[29816]: 18:56:11.003 INFO - Syncing *** Target slot: 5735679, Head slot: 5735674, Remaining slots: 5, Connected peers: 0 Feb 05...
I can confirm this is an issue with the current v2023.08 version. For reference I have 11k highlights (collecting frases). ``` $ jq -r '.entries | .[] | .text' mybook.json...
Initial inspiration. https://github.com/koreader/koreader/issues/9024#issuecomment-1778999195
Newest revision now supports per-highlight colors. This extra info should be part of highlight exports, thus making it queryable to outside integrations. Settings menu is disabled if color screen is...
Latest revision allows for customizable colors in settings.lua (this one is for you @ryanwwest ) ``` ["highlight_colors"] = { [1] = { [1] = "Rojo", [2] = "#fe4400", }, [2]...
Newest revision should now pass in pdf annotation colors to mupdf backend. Base MR has also been updated to receive this value.
Custom colors are now with patches. See https://github.com/koreader/koreader/pull/11044#discussion_r1375273422
Saving the name still allows for "any number of highlight colors". I don't see any downside to doing that, and having the ability to easily patch old highlights seems useful...