mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix: remove hard-coded "weekly" in folder creation prompt (#343)
This commit is contained in:
@@ -512,7 +512,7 @@ local function create_note_from_template(
|
|||||||
|
|
||||||
-- now write the output file, substituting vars line by line
|
-- now write the output file, substituting vars line by line
|
||||||
local file_dir = filepath:match("(.*/)") or ""
|
local file_dir = filepath:match("(.*/)") or ""
|
||||||
check_dir_and_ask(file_dir, "Create weekly dir", function(dir_succeed)
|
check_dir_and_ask(file_dir, "Notes", function(dir_succeed)
|
||||||
if dir_succeed == false then
|
if dir_succeed == false then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user