Quote:
Originally Posted by shuvashish76
Question:
- How it tracks all highlights i.e. what's the definition of review "all documents" ? All documents from - home directory or from current viewing folder (while in FM) or from all directories of the device?
- It scans the highlights each and every time we use the plugin or saves internally in separate lua/database?
|
Hello !
- Currently the « review all documents » menu entry scan the KOReader history to find documents (supported files formats with highlight/annotation support in KOReader). (So for instance removing a book from the history will exclude its highlights and annotations from the review). Your question makes me think that I should change this label to « review all documents in history » for clarity.
- The plugin do not use a separate database or file, the data are stored in the document metadata by extending annotations tables with a review_data sub table.
The plugin does iterate over all highlights/annotations of current book or books in history.
Thank you for your feedback I will make a PR to add my plugin to the github plugin repository