(nvim) obisidian daily note date format

This commit is contained in:
jc 2024-07-23 11:31:14 -04:00
commit 4ddcf503bc
No known key found for this signature in database

View file

@ -38,6 +38,10 @@ return {
end end
return tostring(os.time()) .. "-" .. suffix return tostring(os.time()) .. "-" .. suffix
end, end,
daily_notes = {
folder = "dailies",
date_format = "%d-%m-%Y",
},
}, },
mappings = { mappings = {
["<CR>"] = { ["<CR>"] = {