Scratch

Exporting

Scratch is a working surface, not a long-term home. When something is worth keeping, send it somewhere else.

Every export action lives in two places:

  • The File menu in the macOS menu bar.
  • An Export popover from the footer of the main window.
image pending
The Export popover open at the bottom of the buffer with four destinations.

Export the current buffer

File → Export buffer (⌘E) writes the current buffer as a single .md file. Scratch shows a save dialog with the first line of the buffer as the suggested filename.

Export all buffers

File → Export all buffers (⌘⇧E) writes a .zip archive containing every buffer as an individual .md file. Filenames inside the archive are derived from each buffer’s first line, with a UUID suffix to disambiguate.

Send to Obsidian

File → Send to Obsidian copies the current buffer as a Markdown file into your Obsidian vault. The first time you use this, Scratch asks you to pick the vault root; the choice is remembered.

The file is named after the first line of the buffer. Subsequent sends to a buffer with the same title overwrite — duplicate at the OS level if you want history.

Send to Apple Notes

File → Send to Apple Notes (macOS only) creates a new note in Apple Notes containing the current buffer. Headings, bold, italics, lists, and links are converted to Apple Notes’ native formatting; code blocks are sent as monospaced text.

The first time you use this, macOS prompts for permission to control Buffers. Grant it once and it sticks.

Reveal buffers folder

When you’d rather work directly with files, File → Reveal buffers folder (or Settings → General → Buffers → Reveal in Finder) opens your buffer folder — the default location, ~/Library/Application Support/Scratch/buffers/, or the folder you set in Settings → General → Buffer location — in Finder. Every buffer is a .md file you can open, copy, or move with anything that reads Markdown.