Obsidian Plugin

Sync your Grove library to your Obsidian vault as markdown notes.

Install

1. In Obsidian, open **Settings → Community plugins → Browse**

2. Search for **Grove**

3. Install and enable the plugin

*(While in beta: install manually via BRAT or download from GitHub)*

Connect Your Account

The plugin uses a Personal Access Token (PAT) — not your password.

1. Go to `app.grovereader.com` → **Settings → Tokens → New Token**

2. Label it `Obsidian Plugin`

3. Copy the token (it starts with `grv_live_`)

4. In Obsidian, open **Settings → Grove** and paste the token

Configure Vault Folders

Set your Queue folder (where unread and in-progress articles land) and Archive folder (where archived articles go). Grove manages these two folders.

Default: `Grove/Queue/` and `Grove/Archive/`

When you File an article to a folder of your own, Grove writes it there once and then leaves it alone — your edits are never overwritten.

Sync

Grove syncs automatically every 5 minutes. You can also trigger a manual sync from the command palette: Grove: Sync now.

Articles are saved as markdown with YAML frontmatter including URL, author, tags, and reading status.

Open source

The Grove Obsidian plugin is open source under the AGPL-3.0 license — read exactly what it writes to your vault, or fork it. View on GitHub.