The `[note]` section from the [configuration file](config.md) is used to set the [note creation rules](note-creation.md). The following properties are customizable:
*`language` (string)
* Two-letters code of the language used when writing notes, e.g. `en`.
* This is used to generate slugs or with date formats. For now, only English is fully supported.
*`default-title` (string)
* The default title used for new notes when no `--title` option is provided.
*`filename` (string)
* [Template](template.md) used to generate the note filename, without its file extension.
*`extension` (string)
* File extension for the generated note. By default, `md` (Markdown) is used.
*`template` (string)
* Path to the [template](template.md) used to generate the note content.
* Either an absolute path, or relative to `.zk/templates/`.