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

Method Returns Description
spellCheck(words, callback) void Runs spell checking asynchronously on an array of individual words and reports the misspelt ones.