From 238641efa524a1b019786b81897d69a9db941482 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Wed, 24 Nov 2021 23:07:28 +0100 Subject: [PATCH] u r --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa85935..ae1348b 100644 --- a/README.md +++ b/README.md @@ -194,11 +194,13 @@ The following table shows which command relies on what config option: | telekasten function | config option | creates what | | --- | --- | --- | | `goto_today` | `dailies_create_nonexisting` | today's daily note | +| [ENTER] on a day in the calendar | `dailies_create_nonexisting` | selected day's daily note | | `find_daily_notes` | `dailies_create_nonexisting` | today's daily note | | `goto_thisweek` | `weeklies_create_nonexisting` | this week's weekly note | | `find_weekly_notes` | `weeklies_create_nonexisting` | this week's weekly note | | `follow_link` | `follow_creates_nonexisting` | new note | | `new_note` | always true | new note | +| `new_templated_note` | always true | new note | If the associated option is `true`, non-existing notes will be created.