zk: reboot
This commit is contained in:
parent
905724dd01
commit
c82bbc6d36
2 changed files with 1 additions and 10 deletions
|
|
@ -4,20 +4,13 @@ dir = "~/notebook"
|
||||||
[note]
|
[note]
|
||||||
language = "en"
|
language = "en"
|
||||||
default-title = "untitled"
|
default-title = "untitled"
|
||||||
filename = "{{format-date now 'timestamp'}}-{{id}}"
|
filename = "{{format-date now '%Y-%m-%d'}}-{{slug title}}"
|
||||||
extension = "md"
|
extension = "md"
|
||||||
template = "default.md"
|
template = "default.md"
|
||||||
id-charset = "alphanum"
|
id-charset = "alphanum"
|
||||||
id-length = 4
|
id-length = 4
|
||||||
id-case = "lower"
|
id-case = "lower"
|
||||||
|
|
||||||
[group.journal]
|
|
||||||
paths = ["journal/daily"]
|
|
||||||
|
|
||||||
[group.journal.note]
|
|
||||||
filename = "{{format-date now}}"
|
|
||||||
template = "daily.md"
|
|
||||||
|
|
||||||
[lsp]
|
[lsp]
|
||||||
|
|
||||||
[lsp.diagnostics]
|
[lsp.diagnostics]
|
||||||
|
|
@ -29,7 +22,6 @@ save = 'jj desc -m "$*" && jj bookmark set main -r @ && jj new'
|
||||||
sync = 'jj git fetch && jj git push'
|
sync = 'jj git fetch && jj git push'
|
||||||
log = 'jj log -r ".."'
|
log = 'jj log -r ".."'
|
||||||
diff = 'jj diff'
|
diff = 'jj diff'
|
||||||
daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"'
|
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
editor = "hx"
|
editor = "hx"
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
# {{ format-date now }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue