plugins.obsidian.settings.workspaces.*.overrides.picker.name
Set your preferred picker.
Type: null or one of “telescope.nvim”, “fzf-lua”, “mini.pick”
Default:
null
Declared by:
plugins.obsidian.settings.workspaces.*.overrides.picker.note_mappings
Optional, configure note mappings for the picker. These are the defaults. Not all pickers support all mappings.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Plugin default:
{
insert_link = "<C-l>";
new = "<C-x>";
}
Declared by:
plugins.obsidian.settings.workspaces.*.overrides.picker.tag_mappings
Optional, configure tag mappings for the picker. These are the defaults. Not all pickers support all mappings.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Plugin default:
{
insert_tag = "<C-l>";
tag_note = "<C-x>";
}
Declared by: