An Utility to convert ibook notes to HTML & PDF
- NodeJs v12 and above (Install on MacOS using
brew install node
) - MacOS
- git
- Clone Repo
$ git clone https://github.com/arnabkaycee/ibooknotes2html
- install packages
$ cd ibooknotes2html
$ npm ci
- select books
node get-books.js
This will create a books.txt
file. Find your book and copy the IDs of the books inside config.json
"books" : ["<book ids 1>", "<book id 2>"]
- generate pdf and html
node generate.js