We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
note_id_func
1 parent a0fe470 commit 6b2e0f5Copy full SHA for 6b2e0f5
lua/obsidian/config.lua
@@ -11,7 +11,7 @@ local config = {}
11
---@field log_level integer
12
---@field notes_subdir string|?
13
---@field templates obsidian.config.TemplateOpts
14
----@field note_id_func (fun(title: string): string)|?
+---@field note_id_func (fun(title: string|?): string)|?
15
---@field follow_url_func fun(url: string)|?
16
---@field image_name_func (fun(): string)|?
17
---@field note_frontmatter_func fun(note: obsidian.Note)|?
0 commit comments