Commit 243bf4a
The {{stream}} tag was implemented in 208e783 (#120) but never documented.
Add it to the note-template tag list, noting that it resolves to the
episode's audio source URL and is exposed only in episode note templates
(not in file-path, download-path, transcript, or feed-note templates).
Ports the genuinely-missing documentation from #121. The tag itself is
already on master (208e783); that PR's `?? ""` guard is redundant
(episode.streamUrl is a required string, never null/undefined), and its
settings-placeholder edit would not compile (a trailing comma made the
added lines a second argument to setPlaceholder(), failing strict
typecheck with TS2554), so only the docs are carried over here.
Co-authored-by: João <monteiro.joao.ps@gmail.com>
1 parent 13ab5eb commit 243bf4a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments