The Wayback Machine - https://web.archive.org/web/20201202033741/https://github.com/solean/ibooks-highlights
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ibooks-highlights

If you have iBooks highlights/annotations on your Mac (which should also be synced with your other iCloud devices), you can use this module to extract them from the obscure sqlite database that they are stored in.

Example of extracting the highlights in JSON and spitting them to the console:

$ npm install ibooks-highlights

const ibooks = require('ibooks-highlights');
ibooks.getAnnotations().then(console.log);

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.