---
title: "Readwise / Kindle pipeline"
description: "Highlights from your reading flow into atomic notes."
source: "Obsidian Academy"
source_url: https://obsidian-academy.pages.dev/bonus/03-readwise-pipeline/
saved: 2026-05-16
tags: [obsidian-academy, saved-from-web, bonus]
---

**TL;DR** — Close the loop between books and notes. Highlights you make on Kindle (or any reader Readwise supports) auto-sync into Obsidian as book notes, then get atomized into Zettels with Claude Code's help.

## The flow

```
Kindle → Readwise → Obsidian (book note) → atomic Zettels (by hand or via Claude)
```

Without this, your highlights die in the Kindle app. With this, they re-enter your knowledge stream.

## Setup

1. **Readwise account** — paid (~$10/mo), but they offer a free tier for students/first-time. Connect your Amazon / Apple Books / Kobo / Hypothesis.
2. **Obsidian plugin** — Settings → Community plugins → "Readwise Official". Install + enable + paste API token from your Readwise dashboard.
3. **Configure target folder** — `40-Resources/books/` is a good choice.
4. Run **Sync now** in the Readwise plugin. Every book becomes a note like:

```md
---
title: Atomic Habits
author: James Clear
readwise_id: 12345
synced: 2026-05-15
---

# Atomic Habits — by James Clear

## Highlights

> Every action you take is a vote for the type of person you wish to become.
— Page 38

> The plateau of latent potential...
```

Subsequent syncs append new highlights to existing notes.

## The "atomize" step

Book notes from Readwise are great as raw input — terrible as final notes. They're long, unorganized lists of quotes.

Use Claude to atomize:

> *"Read my Atomic Habits book note. Pull out the 5 most important ideas. For each, write an atomic Zettel in 40-Resources/zettels/ with the source quote at the bottom."*

You go from a 30-quote dump to 5 sharp atomic notes you'll actually re-read.

## Cheaper alternative: just Kindle, no Readwise

If you don't want a subscription, use:

- **Obsidian Kindle plugin** — direct sync from your Amazon account, no Readwise middleware
- Or manual export — Kindle gives you a `.txt` of highlights you can drop into `00-Inbox/`, then have Claude process

Less polished, free.

## What about non-Kindle reading?

- **Articles (web)** — Use the Readwise Reader app (separate product) to read + highlight web articles. Same pipeline.
- **Hypothesis** — Free, open-source annotation tool that works on any webpage. Syncs to Readwise.
- **Physical books** — There's no automation for this. Type your favorite passages into Obsidian manually. Friction is the point — you only type what's truly worth keeping.

## Sources

- [Setup a Fantastic Kindle-Readwise-Obsidian Flow](https://medium.com/@sarleryd/how-to-kindle-readwise-obsidian-highlights-sync-workflow-541093e02644)

## Related workflows

- **[Zettelkasten](https://obsidian-academy.pages.dev/bonus/01-zettelkasten/)** — The destination format for atomized highlights
- **[Spaced Repetition](https://obsidian-academy.pages.dev/workflows/09-spaced-repetition/)** — Tag a book note with #learn → flashcards from highlights
