From 6a9bf31bd6fe5aaa09e2ddae68379cbe47d5b763 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 21 Nov 2021 19:43:20 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc7c95..60b62ad 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,8 @@ inoremap [[ :lua require('telekasten').insert_link() Currently, the following things are hardcoded: - the file format of the daily notes: YYYY-MM-DD.md -All the hardcoded stuff is 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`. + +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`.