R
I

EditorConfig

tested

Editor-wide configuration provided through the editor context.

Signature

ts
interface EditorConfig

Properties

PropertyTypeDescription
editablebooleanWhether content is editable (false renders read-only).
platformPlatformPlatform for keybinding normalization (`Mod` → Cmd/Ctrl).
dir"ltr" | "rtl"Text direction.
spellcheckbooleanNative spellcheck on the contenteditable hosts.
draggablebooleanShow per-block drag handles for reordering.