Skip to content

Commit

Permalink
chore: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored and github-actions[bot] committed Sep 25, 2023
1 parent f0b3044 commit 52c06a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/obsidian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,11 @@ This is a complete list of all of the options that can be passed to
opts = { noremap = false, expr = true, buffer = true },
},
},
},

-- Optional, if set to true, the specified mappings in the `mappings`
-- table will overwrite existing ones. Otherwise a warning is printed
-- and the mappings are not applied.
overwrite_mappings = false,

-- Optional, customize how names/IDs for new notes are created.
note_id_func = function(title)
Expand Down

0 comments on commit 52c06a0

Please sign in to comment.