Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 592 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 592 Bytes

ibooknotes2html

An Utility to convert ibook notes to HTML & PDF

Prerequisites

  • NodeJs v12 and above (Install on MacOS using brew install node)
  • MacOS
  • git

Usage

  • 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