clean up formatting of zk entries
This commit is contained in:
parent
1b094d08b5
commit
b9ec7138c5
2 changed files with 6 additions and 4 deletions
|
@ -4,7 +4,7 @@ dir = "~/notebook"
|
|||
[note]
|
||||
language = "en"
|
||||
default-title = "untitled"
|
||||
filename = "{{id}}-{{slug title}}"
|
||||
filename = "{{format-date now 'timestamp'}}-{{id}}"
|
||||
extension = "md"
|
||||
template = "default.md"
|
||||
id-charset = "alphanum"
|
||||
|
@ -32,4 +32,4 @@ diff = 'jj diff'
|
|||
daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"'
|
||||
|
||||
[tool]
|
||||
editor = "hx --hsplit journal/tasks.xit"
|
||||
editor = "hx"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
created: {{ format-date now "%Y-%m-%dT%H:%M" }}
|
||||
---
|
||||
|
||||
# {{ title }}
|
||||
|
||||
{{ format-date now }}
|
||||
|
||||
{{ content }}
|
||||
|
|
Loading…
Add table
Reference in a new issue