Improving KOReader sync

This commit is contained in:
jpirnay
2026-05-10 15:46:33 +02:00
parent b5ea8d3550
commit fe60b12d86
18 changed files with 252 additions and 54 deletions
+2
View File
@@ -50,6 +50,8 @@ struct SyncResult {
int page = 0; // estimated page (fallback)
uint16_t paragraphIndex = 0; // 1-based <p> index from XPath
bool hasParagraphIndex = false; // true when paragraphIndex is available
uint16_t listItemIndex = 0; // running <li> count when XPath ends in /li[N]
bool hasListItemIndex = false; // true when listItemIndex is available
};
enum class NetworkMode;