Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.zk.enable

Whether to enable zk.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.zk.package

The zk package to use.

Type: null or package

Default:

pkgs.zk

Declared by:

programs.zk.settings

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.

Type: TOML value

Default:

{ }

Example:

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

Declared by: