view dot_config/zk/config.toml @ 793:257ecaf271ee

feat: switch to hg-linetrace-2 branch for diffview.nvim
author zegervdv <zegervdv@me.com>
date Wed, 17 May 2023 07:54:27 +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"