Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored and github-actions[bot] committed May 1, 2024
1 parent dbc2b0a commit 66def9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/obsidian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ carefully and customize it to your needs:

-- Optional, for templates (see below).
templates = {
subdir = "templates",
folder = "templates",
date_format = "%Y-%m-%d",
time_format = "%H:%M",
-- A map for custom variables, the key should be the variable and the value a function
Expand Down Expand Up @@ -750,7 +750,7 @@ For example, with the following configuration
-- other fields ...

templates = {
subdir = "my-templates-folder",
folder = "my-templates-folder",
date_format = "%Y-%m-%d-%a",
time_format = "%H:%M",
},
Expand Down Expand Up @@ -825,7 +825,7 @@ For example, to extend the configuration above this way:
+ notes_subdir = vim.NIL, -- have to use 'vim.NIL' instead of 'nil'
+ new_notes_location = "current_dir",
+ templates = {
+ subdir = vim.NIL,
+ folder = vim.NIL,
+ },
+ disable_frontmatter = true,
+ },
Expand Down

0 comments on commit 66def9e

Please sign in to comment.