Skip to content

ElectronProvider

Unofficial

A spell check provider for input fields and text areas.

Import:

import type { ElectronProvider } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronProvider

Methods

MethodReturnsDescription
spellCheck(words, callback)voidRuns spell checking asynchronously on an array of individual words and reports the misspelt ones.