Skip to content

ignoreSpellcheckToken

Unofficial

A facet that specifies token types for which spellcheck should be ignored.

This only exists and can only be used in Obsidian.

Import:

import type { ignoreSpellcheckToken } from '@codemirror/language';

Signature:

const ignoreSpellcheckToken: Facet<string, string[]>

Type: Facet<string, string[]>