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 Feb 18, 2024
1 parent 729eb73 commit 0285e27
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 @@ -321,9 +321,6 @@ carefully and customize it to your needs:
-- * "current_dir" - put new notes in same directory as the current buffer.
-- * "notes_subdir" - put new notes in the default notes subdirectory.
new_notes_location = "notes_subdir",

-- Either 'wiki' or 'markdown'.
preferred_link_style = "wiki",
},

-- Optional, configure key mappings. These are the defaults. If you don't want to set any keymappings this
Expand Down Expand Up @@ -383,6 +380,9 @@ carefully and customize it to your needs:
return string.format("[%s](%s)", opts.label, opts.path)
end,

-- Either 'wiki' or 'markdown'.
preferred_link_style = "wiki",

-- Optional, customize the default name or prefix when pasting images via `:ObsidianPasteImg`.
---@return string
image_name_func = function()
Expand Down

0 comments on commit 0285e27

Please sign in to comment.