up
This commit is contained in:
@@ -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 = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user