You can find the documentation here.
The one goal for PodNotes is to make it easier to write notes on podcasts.
Here are the features that will help you do that 👇.
- Mobile friendly
- Podcast player built into Obsidian
- Add any publicly available podcast through search, or custom feeds by URL
- Track played episodes & playback progress
- Create podcast notes from templates with metadata about episodes
- Capture timestamps & link directly to the time in the episode
- Download episodes for offline playback
- Support for non-podcast local audio files
- API that can be used by plugins like QuickAdd or Templater for custom workflows
This plugin is in the Obsidian community plugin store. You can find it by searching in the store.
Other installation options can be found in the documentation.
npm run testruns the jsdom/unit test suite.npm run buildtype-checks and bundles the plugin.npm run test:e2ebuilds the plugin, then runs the local Obsidian-backed E2E suite.
The E2E suite is local-only. It depends on Obsidian being installed, the
obsidian CLI being available on PATH, and the target vault being open and
reachable. The default target vault is dev; override it with
PODNOTES_E2E_VAULT when needed. Failed E2E runs may write artifacts to
.obsidian-e2e-artifacts/.
Before running E2E, make sure the target vault's
.obsidian/plugins/podnotes/main.js and manifest.json symlinks point at this
checkout. The tests intentionally fail during preflight instead of relinking the
vault automatically.







