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.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| SelectItemParams | Options for selectItem. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| selectItem | Displays a selection modal in Obsidian for choosing an item from a list. |