lua-native sorting of dialy, weekly notes - thx to plenary.scan_dir()!!!

This commit is contained in:
Rene Schallner
2021-11-26 02:03:10 +01:00
parent 7eca654f9c
commit 4735cef711
4 changed files with 40 additions and 14 deletions

View File

@@ -264,8 +264,8 @@ telekasten.find_notes()~
*telekasten.find_daily_notes()*
telekasten.find_daily_notes()~
Find daily notes by date, via Telescope. File names are sorted by file
creation time, most recent file first.
Find daily notes by date, via Telescope. File names are sorted by file name,
most recent file first.
If today's daily note is not present, will be created if
`dailies_create_nonexisting` is set to `true`.
@@ -302,7 +302,7 @@ telekasten.goto_today()~
*telekasten.find_weekly_notes()*
telekasten.find_weekly_notes()~
Find weekly notes by week, via Telescope. File names are sorted by file
creation time, most recent file first.
name, most recent file first.
If this week's daily note is not present, will be created if
`weeklies_create_nonexisting` is set to `true`.