view dot_config/zk/config.toml @ 875:75fe7fda0948

feat: upstep helix with patch for indentation
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 21 Apr 2024 18:47:59 +0200
parents 875c9ab79c7c
children
line wrap: on
line source

[notebook]
dir = "~/notebook"

[alias]
ed = "zk edit --interactive $@"
ls = "zk list $@"


[note]
# Template used to generate a note's filename, without extension.
filename = "{{id}}-{{slug title}}"

# The file extension used for the notes.
extension = "md"

[extra]
author = "zegervdv"