This repo is a fork of highlights-to-markdown on Gitlab. Thanks Juan Pallarès!
Here is the CHANGELOG after forking.
Node app to parse your Kindle (My Clippings.txt) or O'Reilly highlights and create a Markdown file per book grouping the quotes.
The quotes are grouped by Chapter (O'reilly) or Page (Kindle). The books have the date of the most recent quote assigned.
The script will attempt to get metadata from O'reilly Search API, fallback to openlibrary.org if failure.
Sample book generated from O'reilly: The Manager Path
- Install Node if you haven't
- Clone and move to folder
npm i
- Configure the output path
$MARKDOWN_PATH
- Copy
My Clippings.txt
to this repo npm run kindle
- New files are generated at
$MARKDOWN_PATH/highlights/kindle/
- Copy
oreilly-annotations.csv
to this repo npm run oreilly
- New files are generated at
$MARKDOWN_PATH/highlights/oreilly/