MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/zk/config.toml.

See https://github.com/mickael-menu/zk/blob/main/docs/config.md for available options and documentation.

Declarations
Type
TOML value
Default
{ }
Example
{
  note = {
    language = "en";
    default-title = "Untitled";
    filename = "{{id}}-{{slug title}}";
    extension = "md";
    template = "default.md";
    id-charset = "alphanum";
    id-length = 4;
    id-case = "lower";
  };
  extra = {
    author = "Mickaël";
  };
}