diff --git a/plugins/exporter.koplugin/target/readwise.lua b/plugins/exporter.koplugin/target/readwise.lua index fd2f7e2ff..cee58d5a1 100644 --- a/plugins/exporter.koplugin/target/readwise.lua +++ b/plugins/exporter.koplugin/target/readwise.lua @@ -106,7 +106,7 @@ function ReadwiseExporter:createHighlights(booknotes) category = "books", note = clipping.note, location = clipping.page, - location_type = "page", + location_type = "order", highlighted_at = os.date("!%Y-%m-%dT%TZ", clipping.time), } table.insert(highlights, highlight)