(nvim) obisidian daily note date format
This commit is contained in:
parent
ff20926e79
commit
4ddcf503bc
1 changed files with 4 additions and 0 deletions
|
|
@ -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>"] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue