Back to Slidev

Writable Monaco Editor

skills/slidev/references/editor-monaco-write.md

52.15.1341 B
Original Source

Writable Monaco Editor

Edit code and save changes back to the file.

Usage

md
<<< ./some-file.ts {monaco-write}

Behavior

  • Links Monaco editor to actual file on filesystem
  • Changes are saved directly to the file
  • Useful for live coding demonstrations

Warning

Back up files before using - changes are saved directly.