It would be interesting to be able to fetch the annotations from the Sony Reader database into Calibre.
There is a plugin called
Calibre-annotations which is customisable.
The annotations are simply stored in an Sqlite database (/sony Reader/database/books.db) and are easily extractable with the SQL command:
Code:
SELECT file_name, page, name FROM markups;
Is anyone interested in writing code to support the Sony PRS-T1?