Skip to content

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): boolean

Parameters:

ParameterTypeDescription
appAppThe Obsidian app instance.

Returns: boolean — Whether the spellcheck is enabled.