Hi,
When using AlReader app on the Onyx Boox (or other Android-based devices) it creates a "cites.txt" file in the main memory of the device (readable by Calibre) at "/AlReaderXE-Ink/Sync/cites.txt" location (the first folder name in path likely needs to be configurable, because it depends on the AlReader build).
The file is formatted like this (each citation is separated with 2 new lines):
Code:
**> date here
**> book filename without path here
**> book name and author from meta data
citation text (can be multi-line)
**> date here
**> book filename without path here
**> book name and author from meta data
citation text (can be multi-line)
...
Could you please support this?