chengqing97 / kindle-notion

Sync Kindle Clippings to Notion database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kindle-Notion

Kindle-Notion is a command line tool to sync or import your Kindle Clippings to your Notion database.

Installation

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

Notion Configuration

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

Usage

Connect your kindle to your computer and open it in the file browser to make sure it is mounted.

kindle-notion

kindle-notion demo

The database id and key will automatically save on your local machine, so you don't need to input it next time 😉

About

Sync Kindle Clippings to Notion database.


Languages

Language:JavaScript 60.3%Language:TypeScript 39.7%