plugins.obsidian.extraOptions.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.extraOptions.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:

{
  new = "<C-x>";
  insert_link = "<C-l>";
}

Declared by:

plugins.obsidian.extraOptions.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:

{
  tag_note = "<C-x>";
  insert_tag = "<C-l>";
}

Declared by: