chore: setup zk client again
This commit is contained in:
parent
c78fcac107
commit
a6bf63414a
3 changed files with 4 additions and 4 deletions
|
@ -12,13 +12,13 @@
|
||||||
#language = "en"
|
#language = "en"
|
||||||
|
|
||||||
# The default title used for new note, if no `--title` flag is provided.
|
# The default title used for new note, if no `--title` flag is provided.
|
||||||
#default-title = "Untitled"
|
default-title = "Untitled"
|
||||||
|
|
||||||
# Template used to generate a note's filename, without extension.
|
# Template used to generate a note's filename, without extension.
|
||||||
#filename = "{{id}}"
|
filename = "{{title}}"
|
||||||
|
|
||||||
# The file extension used for the notes.
|
# The file extension used for the notes.
|
||||||
#extension = "md"
|
extension = "md"
|
||||||
|
|
||||||
# Template used to generate a note's content.
|
# Template used to generate a note's content.
|
||||||
# If not an absolute path, it is relative to .zk/templates/
|
# If not an absolute path, it is relative to .zk/templates/
|
||||||
|
|
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
id: {{id}}
|
id: {{id}}
|
||||||
title: {{title}}
|
title: {{title}}
|
||||||
tags: []
|
tags: []
|
||||||
created:
|
created: {{format-date now "full"}}
|
||||||
---
|
---
|
||||||
# {{title}}
|
# {{title}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue