isSpellcheckEnabled
Retrieves whether the spellcheck is enabled based on the Obsidian settings.
Import:
import { isSpellcheckEnabled } from 'obsidian-dev-utils/obsidian/obsidian-settings';Signature:
function isSpellcheckEnabled(app: App): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The Obsidian app instance. |
Returns: boolean — Whether the spellcheck is enabled.