Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Apple Books Notes Sync

Moskize91Moskize9153 downloads

Sync Apple Books highlights and notes to Markdown files.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Apple Books Notes Sync

English | 中文

Apple Books Notes Sync is an Obsidian desktop plugin that syncs Apple Books highlights, notes, and PDF annotations into local Markdown notes.

The plugin uses a companion CLI, absync, to read local Apple Books data and run sync work outside Obsidian's UI process.

Requirements

  • macOS
  • Obsidian desktop
  • Apple Books with local library data
  • Node.js >=20.16.0
  • sqlite3 available in PATH
  • Optional PDF renderers: swift, mutool from mupdf-tools, or pdftocairo from poppler

The plugin is desktop-only. Mobile Obsidian is not supported.

Installation

Obsidian Plugin

Install Apple Books Notes Sync from Obsidian's Community Plugins browser when it is available there:

  1. Open Settings.
  2. Go to Community plugins.
  3. Search for Apple Books Notes Sync.
  4. Install and enable the plugin.

For manual installation, copy the release files into:

<vault>/.obsidian/plugins/apple-books-notes-sync/

The plugin folder should contain:

  • main.js
  • manifest.json
  • styles.css if included in the release

Then reload Obsidian and enable Apple Books Notes Sync from Community plugins.

Companion CLI

Install the CLI companion from Terminal:

npm install -g apple-books-notes-sync

You can verify it with:

absync --help

First Run

After enabling the plugin:

  1. Open Apple Books Notes Sync settings in Obsidian.
  2. Click Detect next to absync CLI path.
  3. Click Test to verify the CLI.
  4. Run Doctor, Plan, or Sync from the command palette.

The default managed output folder is:

<vault>/Apple Books Notes

If you run Sync before configuring the CLI path, the plugin will show setup instructions with the install command and path detection command.

Usage

Apple Books Notes Sync adds these Obsidian commands:

  • Apple Books Notes Sync: Sync
  • Apple Books Notes Sync: Plan
  • Apple Books Notes Sync: Doctor
  • Apple Books Notes Sync: Create Books.base

The ribbon icon runs Sync.

Create Books.base creates an Obsidian Bases view at <managedDirName>/Books.base for browsing synced book notes. Existing .base files are not overwritten by default, and Sync never removes or rewrites .base files.

Features

  • Sync EPUB highlights and notes into Markdown.
  • Sync PDF annotations and rendered PDF page images.
  • Split heavily annotated EPUB/PDF books into chapter notes.
  • Preserve interactive note properties such as sync_paused and chapter_notes.
  • Create a Books.base view for synced book notes.
  • Store cover images and PDF page assets inside the managed folder.
  • Use absync directly for automation.

Settings

  • Managed folder [default: Apple Books Notes]: Folder inside the current vault where generated notes and assets are written.
  • Books Base: Create the Obsidian Bases view for synced book notes.
  • absync CLI path: Full path to the absync CLI. Use Detect to find and save it automatically.
  • PDF notes [default: auto]: Controls whether PDF annotations are synced and which renderer is used for PDF page images.
  • PDF page opener [default: Microsoft Edge]: App used when opening a PDF page link from generated notes.

Output

<vault>/<managedDirName>/
  Books.base
  books/
    <book>.md
    <book>/
      <chapter>.md
  assets/
    covers/
      <asset-id>.png
    pdf/
      <asset-id>/
  .absync/
    state.sqlite
    lock

CLI

The CLI is mainly for automation and troubleshooting. Common commands:

absync doctor
absync plan
absync sync
absync base create

See docs/user/CLI.md for the full CLI reference.

FAQ

Why does this plugin need a CLI?

Reading Apple Books databases and rendering PDF assets can take time. The plugin keeps Obsidian responsive by launching absync as a child process instead of doing sync work inside Obsidian's UI process.

Does Sync overwrite my edits?

Generated book notes have managed properties and generated body content. Interactive properties such as sync_paused and chapter_notes are preserved. Sync does not overwrite or remove .base files.

Where are files written?

By default, files are written under <vault>/Apple Books Notes. You can change this from the plugin settings.

Can I use the CLI without Obsidian?

The CLI expects a target Obsidian vault with this plugin installed and enabled, because it reads vault-scoped plugin settings.

For Contributors

Developer notes live in docs/internal/ARCHITECTURE.md. Run the project checks with:

npm run check

Releasing

Build both release surfaces with:

npm run build

Releases are created from GitHub Actions:

  1. Update manifest.json, package.json, and versions.json.
  2. Merge the version change into main.
  3. Run the Release workflow from the GitHub Actions tab.

The workflow builds the plugin, creates a GitHub release whose tag matches manifest.json.version, and uploads the files Obsidian expects:

  • main.js
  • manifest.json
  • styles.css
HealthExcellent
ReviewSatisfactory
About
Sync Apple Books highlights, notes, and PDF annotations into local Markdown notes in your vault. Use the absync companion CLI to read local Apple Books data and run sync work outside Obsidian’s UI. Create a managed Apple Books folder and generate a Books.base view for browsing synced notes (desktop macOS only).
ImportBasesPDF
Details
Current version
0.1.1
Last updated
3 weeks ago
Created
4 months ago
Updates
1 release
Downloads
53
Compatible with
Obsidian 1.8.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Moskize91Moskize91moskize91
GitHubmoskize91
  1. Community
  2. Plugins
  3. Import
  4. Apple Books Notes Sync

Related plugins

OCR-AI

Convert PDFs to rich Markdown, including images and ocr using the marker api

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Text Extractor

A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.

Annotator

Read and annotate PDFs and EPUB files.

Slides Extended

Create markdown-based reveal.js presentations. Fork of Advanced Slides.

ZotLit

Integrate with Zotero, create literature notes, and insert citations from a Zotero library.