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

SpeakPen Sync

xnjiangxnjiang32 downloads

Sync your SpeakPen voice summaries into your vault as Markdown notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

Sync your SpeakPen voice summaries into your vault as Markdown notes.

What this plugin needs

  • A SpeakPen account. The plugin is a client for SpeakPen, where your voice notes are recorded and transcribed. It does nothing on its own — without an account there is nothing for it to sync.
  • A paid plan for full use. The free plan covers 3 recordings a month, up to 5 minutes each. Pro is $9.90/month for 60 recordings a month, up to 20 minutes each. The plugin itself is free and does not limit anything.
  • Network access to speakpen.app. On each sync the plugin makes read-only GET requests to https://speakpen.app/api/v1/ideas, authenticated with your API token, to fetch notes that changed since the last sync. That is the only host it contacts, and the only thing it asks for. It never sends your vault anywhere, never writes back to SpeakPen, and collects no telemetry. See Privacy Policy.

Features

  • Incremental Sync — Asks SpeakPen only what changed since last time, so a routine sync costs one request no matter how many notes you have
  • Edits Flow Through — Re-transcribe or edit a note in SpeakPen and the note in your vault is rewritten in place, instead of drifting out of sync forever. The file keeps the name it was created with, even if you rename the note in SpeakPen
  • Your Edits Win — A note you have written in is never overwritten. The plugin notices and leaves it alone
  • Auto Sync — Runs on a configurable interval; manual sync from the ribbon or command palette
  • Markdown Notes — Each idea becomes a Markdown file with YAML frontmatter
  • Follows Your Folder — Change the sync folder and existing notes move with it
  • Status Bar — Shows last sync time at a glance

Setup

  1. In Obsidian, go to Settings → Community plugins → Browse, search for "SpeakPen Sync", and install it
  2. Enable it, then go to Settings → SpeakPen Sync
  3. Paste your API token. Generate one in the SpeakPen web app at speakpen.app/app, under Settings → API Tokens
  4. Configure sync folder and interval as needed

Audio is intentionally not linked from the note: the API hands out presigned URLs that expire within hours, so the link would be dead by the next day. Use speakpen_id to find the recording back in SpeakPen.

How syncing decides what to do

The plugin remembers where it put each note and what it wrote there.

  • New in SpeakPen — written to your sync folder.
  • Changed in SpeakPen — the note in your vault is updated in place.
  • Changed in SpeakPen, but you have edited it here — left exactly as you have it. Your writing is not recoverable from anywhere else; the SpeakPen copy is. A notice tells you which notes were skipped so you can reconcile them yourself if you want to.
  • Deleted, moved, or renamed by you — the plugin looks for a note where it put it, so any of these look the same to it: the note is gone. A fresh copy is written to your sync folder on that note's next change. If you moved it rather than deleted it, you end up with both.

Notes synced by versions before 0.3.0 are remembered so they are never duplicated, but they cannot be updated or moved: those versions recorded only an id, so the plugin does not know where those notes went or whether you have since rewritten them.

About your API token

The token is read-only — it can list and read your SpeakPen notes, and nothing else. It cannot edit or delete them, share them, or change your account.

Like every Obsidian plugin setting, it is stored as plain text in <your vault>/.obsidian/plugins/speakpen-sync/data.json. That file is part of your vault, so it travels with it when you sync to cloud storage or commit the vault to a git repository. If you keep your vault in git and would rather leave plugin credentials out of it, add this to your .gitignore:

.obsidian/plugins/*/data.json

You can revoke a token whenever you like — in the SpeakPen app under Settings → API Tokens, or on the web at speakpen.app/app. Revoking takes effect immediately; generate a new one and paste it back in to resume syncing.

Manual installation

Only needed if you are installing a build that is not in the store yet.

  1. Download main.js, manifest.json (and styles.css if present) from the latest release.
  2. Create a folder <your vault>/.obsidian/plugins/speakpen-sync/ and copy those files into it.
  3. Reload Obsidian and enable SpeakPen Sync under Settings → Community plugins.

Note Format

Each synced idea is saved as a Markdown file in your configured folder (default: SpeakPen/):

---
speakpen_id: "123"
title: "Meeting Notes"
category: "Meeting"
created_at: 2026-03-28T10:00:00Z
synced_at: 2026-03-28T10:05:00Z
---

## Summary

(AI-generated summary)

## Transcript

(Full transcript)

Settings

Setting Default Description
API Token — Your SpeakPen API token
Sync Folder SpeakPen Vault folder for synced notes
Auto Sync On Enable automatic sync
Sync Interval 5 min How often to check for new ideas

Commands

  • SpeakPen: Sync now — Manually trigger a sync

Development

git clone https://github.com/xnjiang/speakpen-obsidian.git
cd speakpen-obsidian
npm install
npm run dev    # development build
npm run build  # production build
npm test       # run tests

Changing sync behaviour

speakpen.app describes what this plugin does, in four languages. Those descriptions are listed in config/product_claims.json in the speakpen repo, and each one names a test in this repo that proves it. tests/landing-claims.test.ts checks that those tests still exist, so npm test fails here if you delete or rename one — and the test itself fails if you change the behaviour it proves.

This exists because the two repos drifted once: faee134 corrected a claim in this README that the site kept making for another week, with both test suites green. If you add a claim to the site, write the test that proves it here first.

Check out the speakpen repo alongside this one, or set SPEAKPEN_RAILS_REPO. Without it the check prints a warning and skips rather than failing.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Sync SpeakPen voice summaries into your vault as Markdown notes with YAML frontmatter. Auto-sync at a configurable interval or trigger manual sync on demand. Only sync new ideas to avoid duplicates and show the last sync time in the status bar.
SyncingImportMarkdown
Details
Payments
Optional
Current version
0.3.1
Last updated
2 days ago
Created
4 months ago
Updates
7 releases
Downloads
32
Compatible with
Obsidian 1.5.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Payments
The plugin itself is free and gates nothing. It syncs from SpeakPen, whose free plan covers 3 recordings a month of up to 5 minutes each. SpeakPen Pro is $9.90/month and raises that to 60 recordings a month of up to 20 minutes each.
Author
xnjiangxnjiang
GitHubxnjiang
  1. Community
  2. Plugins
  3. Syncing
  4. SpeakPen Sync

Related plugins

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.

Docxer

Import Word files easily. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Outliner

Work with your lists like in Workflowy or Roam Research.

Zotero Integration

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

Readwise Official

Sync highlights from Readwise to your vault.

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.