chore: setup zk client again

This commit is contained in:
thomasabishop 2024-03-30 09:19:46 +00:00
parent c78fcac107
commit a6bf63414a
3 changed files with 4 additions and 4 deletions

View file

@ -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/

Binary file not shown.

View file

@ -2,7 +2,7 @@
id: {{id}}
title: {{title}}
tags: []
created:
created: {{format-date now "full"}}
---
# {{title}}