View Single Post
Old 07-15-2024, 01:55 PM   #2
nuovodna
Enthusiast
nuovodna began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Jan 2023
Device: Kindle Paperwhite
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
nuovodna is offline   Reply With Quote