This commit is contained in:
2025-08-16 18:43:42 +02:00
parent 6c3434aceb
commit 57ec608fde
2 changed files with 29 additions and 13 deletions

View File

@@ -63,6 +63,19 @@ return {
-- Optional, if you want `Obsidian yesterday` to return the last work day or `Obsidian tomorrow` to return the next work day.
workdays_only = true,
},
-- see below for full list of options 👇
-- Optional, for templates (see https://github.com/obsidian-nvim/obsidian.nvim/wiki/Using-templates)
templates = {
folder = '.templates',
date_format = '%Y%m%d',
time_format = '%H:%M:%s',
-- A map for custom variables, the key should be the variable and the value a function.
-- Functions are called with obsidian.TemplateContext objects as their sole parameter.
-- See: https://github.com/obsidian-nvim/obsidian.nvim/wiki/Template#substitutions
substitutions = {},
-- A map for configuring unique directories and paths for specific templates
--- See: https://github.com/obsidian-nvim/obsidian.nvim/wiki/Template#customizations
customizations = {},
},
},
}