Skip to content

Commit f81f3f4

Browse files
authored
docs: refresh and add showcase screenshots for v2.17.0 (#216)
Refresh the showcase screenshots with realistic demo data and add new ones for the features shipping in 2.17.0: the player, a Bases-friendly episode note, clickable timestamp links, a speaker-labelled transcript, a podcast feed note, an Obsidian Bases view, and the diarization settings. Wire the new and refreshed images into the README and docs (index, templates, timestamps, transcripts). No source changes — documentation and release assets only.
1 parent 894d93d commit f81f3f4

14 files changed

Lines changed: 66 additions & 20 deletions

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ Here are the features that will help you do that 👇.
1515

1616
## Features
1717

18-
- Mobile friendly
19-
- Podcast player built into Obsidian
18+
- Mobile friendly — works on iOS and Android, including offline playback of local files and downloads
19+
- Podcast player built into Obsidian, for both audio and video episodes
2020
- Add any publicly available podcast through search, or custom feeds by URL
21-
- Track played episodes & playback progress
22-
- Create podcast notes from templates with metadata about episodes
21+
- Track played episodes & playback progress, with continuous resume
22+
- Create podcast notes from templates with rich metadata about episodes
23+
- Bases-friendly default notes you can sort, filter, and group with [Obsidian Bases](https://help.obsidian.md/bases)
24+
- Create a feed note for an entire podcast that every episode note links back to
2325
- Capture timestamps & link directly to the time in the episode
26+
- Transcribe episodes, with optional speaker labels (diarization)
2427
- Download episodes for offline playback
25-
- Support for non-podcast local audio files
28+
- Support for non-podcast local audio and video files
2629
- API that can be used by plugins like [QuickAdd](https://github.com/chhoumann/QuickAdd) or [Templater](https://github.com/silentvoid13/Templater) for custom workflows
2730

2831
## Installation
@@ -33,7 +36,7 @@ Other installation options can be found in the [documentation](https://chhoumann
3336

3437
## Development
3538

36-
- `npm run test` runs the jsdom/unit test suite.
39+
- `npm run test` runs the accessibility checks and the jsdom/unit test suite.
3740
- `npm run build` type-checks and bundles the plugin.
3841
- `npm run test:e2e` builds the plugin, then runs the local Obsidian-backed E2E suite.
3942

@@ -66,9 +69,21 @@ vault automatically.
6669

6770
![Player](docs/docs/resources/player.png)
6871

69-
### Podcast Note Editing
72+
### Episode notes (Bases-friendly)
7073

71-
![Podcast Note Editing](docs/docs/resources/podcast_note.png)
74+
![Episode note](docs/docs/resources/podcast_note.png)
75+
76+
### Timestamps
77+
78+
![Timestamps](docs/docs/resources/timestamps.png)
79+
80+
### Transcripts with speaker labels
81+
82+
![Transcript with speaker labels](docs/docs/resources/transcript_diarization.png)
83+
84+
### Browse your library with Bases
85+
86+
![Bases view of episode notes](docs/docs/resources/bases_view.png)
7287

7388
### Podcast search
7489

docs/docs/index.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ Here are the features that will help you do that 👇.
66

77
## Features
88

9-
- Mobile friendly
10-
- Podcast player built into Obsidian
9+
- Mobile friendly — works on iOS and Android, including offline playback of local files and downloads
10+
- Podcast player built into Obsidian, for both audio and video episodes
1111
- Add any publicly available podcast through search, or custom feeds by URL
12-
- Track played episodes & playback progress
13-
- Create podcast notes from templates with metadata about episodes
12+
- Track played episodes & playback progress, with continuous resume
13+
- Create podcast notes from templates with rich metadata about episodes
14+
- Bases-friendly default notes you can sort, filter, and group with [Obsidian Bases](https://help.obsidian.md/bases)
15+
- Create a feed note for an entire podcast that every episode note links back to
1416
- Capture timestamps & link directly to the time in the episode
17+
- [Transcribe episodes](transcripts.md), with optional speaker labels (diarization)
1518
- Download episodes for offline playback
1619
- Support for non-podcast local audio and video files
1720
- API that can be used by plugins like [QuickAdd](https://github.com/chhoumann/QuickAdd) or [Templater](https://github.com/silentvoid13/Templater) for custom workflows
@@ -52,11 +55,33 @@ Now refresh the plugins in Obsidian and enable PodNotes.
5255

5356
### Player
5457

58+
Play audio and video episodes, adjust the speed, and pick up exactly where you left off.
59+
5560
![Player](resources/player.png)
5661

57-
### Podcast Note Editing
62+
### Episode notes
63+
64+
Notes are created from a template with structured, [Bases](https://help.obsidian.md/bases)-friendly frontmatter.
65+
66+
![Episode note](resources/podcast_note.png)
67+
68+
### Timestamps
69+
70+
Capture the moment you're listening to as a clickable link straight into your notes.
71+
72+
![Timestamps](resources/timestamps.png)
73+
74+
### Transcripts with speaker labels
75+
76+
Transcribe an episode and, optionally, label who said what.
77+
78+
![Transcript with speaker labels](resources/transcript_diarization.png)
79+
80+
### Browse your library with Bases
81+
82+
Because episode notes carry structured metadata, you can query them with Obsidian Bases.
5883

59-
![Podcast Note Editing](resources/podcast_note.png)
84+
![Bases view of episode notes](resources/bases_view.png)
6085

6186
### Podcast search
6287

docs/docs/resources/bases_view.png

176 KB
Loading
184 KB
Loading

docs/docs/resources/feed_note.png

155 KB
Loading

docs/docs/resources/player.png

230 KB
Loading
17.8 KB
Loading
-1.37 MB
Loading
-50.8 KB
Loading

docs/docs/resources/timestamps.png

427 KB
Loading

0 commit comments

Comments
 (0)