Kindle-Notion is a command line tool to sync or import your Kindle Clippings to your Notion database.
Currently only work on Linux
You will need to install nodejs first.
git clone https://github.com/chengqing97/kindle-notion.git
cd kindle-notion
npm install
sudo npm link
Follow Step 1 and Step 2 in this guide and note down your "Internal Integration Token" and database id. Your database should have columns exactly named and typed as follow:
Column Name | Property Type |
---|---|
Content | Title |
Book | Select |
Author | Text |
Page | Text |
Location | Text |
Date | Date |
Connect your kindle to your computer and open it in the file browser to make sure it is mounted.
kindle-notion
The database id and key will automatically save on your local machine, so you don't need to input it next time 😉