From e8c2cf44baa007f3d2a40624b9ba06476030f28c Mon Sep 17 00:00:00 2001
From: Christian Bager Bach Houmann <christian@bagerbach.com>
Date: Mon, 14 Nov 2022 12:11:41 +0100
Subject: [PATCH] docs: document safeTitle

---
 docs/docs/templates.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/docs/templates.md b/docs/docs/templates.md
index 14432f9..324eb7a 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.
-- 
GitLab