Simple tool to export highlights from Amazon Kindle annotated books
While reading a book, sometimes I come across some new words or phrases that I still don't understand the meaning of. And as a person who always wants to be better, sometimes I found nice quotes, mantra or wisdoms that relate to my life. Using Amazon Kindle, we can highlight those words, phrases, sentences or even paragraphs and then export them. We can also recall those new words or phrases using built-in flashcard feature.
The problem is, the defaut export feature can only be done in the Amazon Kindle desktop application and the number of highlights that can be exported is limited by quota set by the author. Moreover, I've already accustomed to use Notion and Remnote as my knowledge base. That's why I need an app that can export the highlights automatically, so that I can import them later into Notion or Remnote using an upcoming tool. This application is just the first step towards a bigger and more integrated app.
- Your Amazon username and password to access Kindle Cloud Reader. You might not need them as long as you're already signed in to Amazon on Chrome.
- You need to install Node.js runtime and Git on your machine.
- Open the terminal
- Clone the repo
git clone https://github.com/deddyss/kindle-highlight-exporter.git
- Go to project directory
cd kindle-highlight-exporter
- Install NPM packages
npm install
Use following command to start the app
npm run start
Distributed under the MIT License. See LICENSE
for more information.