obsidian/modals/alert
Utility for displaying alert modals in Obsidian.
This module exports a function to display a modal with a message in Obsidian. The modal includes an “OK” button to close it.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| AlertParams | Parameters for AlertModal. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| alert | Displays an alert modal in Obsidian with a specified message. |