lewiswolf / kindle-util

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utility functions for Amazon Kindle

Tested using the Kindle Paperwhite (10th Generation) running KindleOS 5.13.4.

I tried using a few repos to organise my Kindle quotations but most are outdated with little support. This is a NodeJS implementation that requires 0 packages, written in vanilla JavaScript.

Usage

Put your My Clippings.txt file in the ./input directory.

To export your citations as a .json:

npm run json

To export your citations as a .md (one for each book):

npm run md

To export your citations as a .txt (one for each book):

npm run txt

Or to export all three:

npm start

Collect your rewards from ./output.

About


Languages

Language:JavaScript 100.0%