This commit is contained in:
Rene Schallner
2021-11-21 21:51:11 +01:00
parent f3b4f6d9e2
commit e8a6bce1b0

View File

@@ -189,8 +189,7 @@ inoremap <leader>[ <ESC>:lua require('telekasten').insert_link()<CR>
## 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`.