diff --git a/docs/docs/templates.md b/docs/docs/templates.md index 14432f918ed9da99fa00380d5db9d5874a3e4df2..324eb7a06a6245cd8eace448c2d53728dfe7b451 100644 --- a/docs/docs/templates.md +++ b/docs/docs/templates.md @@ -16,6 +16,7 @@ This means the following characters will be removed: `\ , # % & / { } * < > $ ' This template will be used to create the note text. You can use the following syntax: - `{{title}}`: The title of the podcast episode. +- `{{safeTitle}}`: The title of the podcast episode, but with all special characters removed (like `{{title}}` in file path templates). - `{{description}}`: The description of the podcast episode. - You can use `{{description:> }}` to prepend each new line with a `>` (to put the entire description in a blockquote). - `{{podcast}}`: The name of the podcast.