plugins.obsidian.settings.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.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.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.templates.time_format

Which time format to use.

Example: “%H:%M”

Type: null or string or raw lua code

Default: null

Declared by: