Skip to content

MarkdownEditViewEphemeralState

Unofficial

Ephemeral state for the markdown edit view, storing cursor position.

Import:

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

Signature:

export interface MarkdownEditViewEphemeralState

Properties

PropertyTypeDescription
cursorEditorRangeCurrent cursor selection range in the editor.

Links to this page: