Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 524 Bytes

config-notebook.md

File metadata and controls

15 lines (11 loc) · 524 Bytes

Notebook configuration

The [notebook] section from the configuration file is used to set the default notebook directory. If the path starts with ~ it will be replaced with the user home directory ($HOME). This property also supports environment variables.

[notebook]
dir = "~/notebook" # same as "$HOME/notebook"

The following properties are customizable:

  • dir (string)
    • Path of the default notebook.
    • Only available in the global config file (~/.config/zk/config.toml).