annotate dot_config/zk/config.toml @ 844:9e2c5662c2cb
feat: enable OSC 133 in tmux and zsh
author |
zegervdv <zegervdv@me.com> |
date |
Wed, 14 Feb 2024 18:04:24 +0100 |
parents |
875c9ab79c7c |
children |
|
rev |
line source |
788
|
1 [notebook]
|
|
2 dir = "~/notebook"
|
|
3
|
|
4 [alias]
|
|
5 ed = "zk edit --interactive $@"
|
|
6 ls = "zk list $@"
|
|
7
|
|
8
|
|
9 [note]
|
|
10 # Template used to generate a note's filename, without extension.
|
|
11 filename = "{{id}}-{{slug title}}"
|
|
12
|
|
13 # The file extension used for the notes.
|
|
14 extension = "md"
|
|
15
|
|
16 [extra]
|
|
17 author = "zegervdv"
|