Hi, i figured out that highlight on kobo is written to lua file in this way:
Code:
...
["annotations"] = {
[1] = {
["chapter"] = "Bassa Fedeltà",
["datetime"] = "2024-07-15 19:40:01",
["drawer"] = "lighten",
...
while the koreader running in docker writes:
Code:
...
["bookmarks"] = {
[1] = {
["chapter"] = "Bassa Fedeltà",
["datetime"] = "2024-07-15 17:40:47",
["highlighted"] = true,
...
exporting highlights produces different output, every device exports and shows only highlights made on the specific device