We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319276a commit ae6473dCopy full SHA for ae6473d
lua/telekasten.lua
@@ -512,7 +512,7 @@ local function create_note_from_template(
512
513
-- now write the output file, substituting vars line by line
514
local file_dir = filepath:match("(.*/)") or ""
515
- check_dir_and_ask(file_dir, "Create weekly dir", function(dir_succeed)
+ check_dir_and_ask(file_dir, "Notes", function(dir_succeed)
516
if dir_succeed == false then
517
return
518
end
0 commit comments