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"
|
||||
|
||||
# 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.
|
||||
#filename = "{{id}}"
|
||||
filename = "{{title}}"
|
||||
|
||||
# The file extension used for the notes.
|
||||
#extension = "md"
|
||||
extension = "md"
|
||||
|
||||
# Template used to generate a note's content.
|
||||
# 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}}
|
||||
title: {{title}}
|
||||
tags: []
|
||||
created:
|
||||
created: {{format-date now "full"}}
|
||||
---
|
||||
# {{title}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue