From e8a6bce1b0fd73e4919efb137b2ef7a1c202862d Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 21 Nov 2021 21:51:11 +0100 Subject: [PATCH] up rm --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 10f29d5..dc6adf6 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,7 @@ inoremap [ :lua require('telekasten').insert_link() ## The hardcoded stuff Currently, the following things are hardcoded: -- the file format of the daily notes: YYYY-MM-DD.md - +- the file naming format of the daily notes: YYYY-MM-DD.md Finding and sorting notes is contained in the `daily_finder.sh` script - which you can edit to your liking. I recommend making a copy, though. Otherwise your changes get lost with every plugin update. Don't forget to set `daily_finder = "my_edited_daily_finder.sh"` in the `setup()`, provided you named your copy `my_edited_daily_finder.sh`.