Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 11, 2023
1 parent 41d7672 commit 6cb5591
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ This is a complete list of all of the options that can be passed to `require("ob
daily_notes = {
-- Optional, if you keep daily notes in a separate directory.
folder = "notes/dailies",
-- Optional, if you want to change the date format for daily notes.
date_format = "%Y-%m-%d"
-- Optional, if you want to change the date format for the ID of daily notes.
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, completion.
Expand Down

0 comments on commit 6cb5591

Please sign in to comment.