Skip to content

EditorSuggestContext

Defined in: obsidian.d.ts:1407

editor: Editor

Defined in: obsidian.d.ts:1409


end: EditorPosition

Defined in: obsidian.d.ts:1425

The end position of the triggering text. This is used to position the popover.

EditorSuggestTriggerInfo.end


file: TFile

Defined in: obsidian.d.ts:1411


query: string

Defined in: obsidian.d.ts:1430

They query string (usually the text between start and end) that will be used to generate the suggestion content.

EditorSuggestTriggerInfo.query


start: EditorPosition

Defined in: obsidian.d.ts:1420

The start position of the triggering text. This is used to position the popover.

EditorSuggestTriggerInfo.start