Skip to content

obsidian/modals/select-item

Utility for displaying a selection modal in Obsidian.

This module exports a function to display a modal that allows the user to select an item from a list. The modal uses fuzzy search to help the user find the item.

InterfaceDescription
SelectItemParamsOptions for selectItem.
FunctionDescription
selectItemDisplays a selection modal in Obsidian for choosing an item from a list.