From 5c314ca8ac8fe5e89e06582203f053c588a798ec Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 21 Jun 2024 21:10:48 +0000 Subject: [PATCH] chore(docs): auto generate docs --- doc/obsidian.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/obsidian.txt b/doc/obsidian.txt index be85c7c3e..5d089ef7d 100644 --- a/doc/obsidian.txt +++ b/doc/obsidian.txt @@ -308,6 +308,8 @@ carefully and customize it to your needs: date_format = "%Y-%m-%d", -- Optional, if you want to change the date format of the default alias of daily notes. alias_format = "%B %-d, %Y", + -- Optional, default tags to add to each new daily note created. + default_tags = { "daily-notes" }, -- Optional, if you want to automatically insert a template from your template directory like 'daily.md' template = nil },