Annotations, part 1 (#11563)

New format to handle annotations (page bookmarks, highlights, notes) and store them in the book metadata files.
This commit is contained in:
hius07
2024-05-03 09:08:57 +03:00
committed by GitHub
parent 6b0d97bf22
commit d82815952e
18 changed files with 1226 additions and 1344 deletions

View File

@@ -156,6 +156,7 @@ end
--- Parse and export highlights from the currently opened document.
function Exporter:exportCurrentNotes()
self.ui.annotation:updatePageNumbers()
local clippings = self:getDocumentClippings()
self:exportClippings(clippings)
end