obsidian/modals/prompt
Utility for displaying a prompt modal in Obsidian.
This module exports a function to display a modal that prompts the user for input. The modal includes “OK” and “Cancel” buttons.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| PromptParams | Options for prompt. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| prompt | Displays a prompt modal in Obsidian to get user input. |