plugins.obsidian.settings.workspaces.*.overrides.templates.date_format
Which date format to use.
Example: “%Y-%m-%d”
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.obsidian.settings.workspaces.*.overrides.templates.subdir
The name of the directory where templates are stored.
Example: “templates”
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.obsidian.settings.workspaces.*.overrides.templates.substitutions
A map for custom variables, the key should be the variable and the value a function.
Type: null or (attribute set of (string or raw lua code or raw lua code))
Default:
null
Plugin default: { }
Declared by:
plugins.obsidian.settings.workspaces.*.overrides.templates.time_format
Which time format to use.
Example: “%H:%M”
Type: null or string or raw lua code
Default:
null
Declared by: