Skip to content

VimSearchOverlay

Unofficial

The overlay that highlights the matches of the current search query.

Import:

import type { VimSearchOverlay } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface VimSearchOverlay extends AddOverlayOptions

Extends: AddOverlayOptions

Properties

PropertyTypeDescription
queryRegExpRegular expression pattern to highlight in the editor.
(Inherited from AddOverlayOptions)

Methods

MethodReturnsDescription
token(stream)string | undefinedAdvance the stream past the next chunk of text and name the style it should be drawn in.

Links to this page: