diff --git a/.zk/config.toml b/.zk/config.toml index 13fcab7..bd9ff33 100644 --- a/.zk/config.toml +++ b/.zk/config.toml @@ -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/ diff --git a/.zk/notebook.db b/.zk/notebook.db index e5e1cfb..c89794d 100644 Binary files a/.zk/notebook.db and b/.zk/notebook.db differ diff --git a/.zk/templates/default.md b/.zk/templates/default.md index 9b56632..ad9b108 100644 --- a/.zk/templates/default.md +++ b/.zk/templates/default.md @@ -2,7 +2,7 @@ id: {{id}} title: {{title}} tags: [] -created: +created: {{format-date now "full"}} --- # {{title}}