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]
|
||||
language = "en"
|
||||
default-title = "untitled"
|
||||
filename = "{{format-date now 'timestamp'}}-{{id}}"
|
||||
filename = "{{format-date now '%Y-%m-%d'}}-{{slug title}}"
|
||||
extension = "md"
|
||||
template = "default.md"
|
||||
id-charset = "alphanum"
|
||||
id-length = 4
|
||||
id-case = "lower"
|
||||
|
||||
[group.journal]
|
||||
paths = ["journal/daily"]
|
||||
|
||||
[group.journal.note]
|
||||
filename = "{{format-date now}}"
|
||||
template = "daily.md"
|
||||
|
||||
[lsp]
|
||||
|
||||
[lsp.diagnostics]
|
||||
|
|
@ -29,7 +22,6 @@ save = 'jj desc -m "$*" && jj bookmark set main -r @ && jj new'
|
|||
sync = 'jj git fetch && jj git push'
|
||||
log = 'jj log -r ".."'
|
||||
diff = 'jj diff'
|
||||
daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"'
|
||||
|
||||
[tool]
|
||||
editor = "hx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue