Mercurial > dotfiles
view dot_config/zk/config.toml @ 804:72828b1204a3
feat: add helix config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 26 Nov 2023 10:56:56 +0100 |
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"