blob: 6605d1d2f396997d7357157cef7789aeb299e11d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[notebook]
dir = "~/Documents/Notes"
[note]
filename = "{{slug title}}"
template = "note.md"
[extra]
author = "Venomade"
[format.markdown]
link-format = "wiki"
hashtags = true
colon-tags = false
multiword-tags = true
[tool]
editor = "/home/venomade/.nix-profile/bin/emacs"
shell = "/home/venomade/.nix-profile/bin/zsh"
fzf-preview = "bat -p --color always {-1}"
[lsp]
[lsp.diagnostics]
wiki-title = "hint"
dead-link = "error"
missing-backlink = { level = "warning", position = "bottom" }
[group.diario]
paths = ["Diario"]
[group.diario.note]
filename = "{{format-date now '%Y-%m-%d'}}"
extension = "md"
template = "daily.md"
|