Scratch v0.6.0
What's New
Single-File Preview Mode
- Open any
.mdfile in a lightweight preview window — no notes folder needed - Great for quickly viewing or editing standalone markdown files
Drag-and-Drop
- Drag a
.mdfile onto the Scratch window to open it in preview mode - Files inside your notes folder automatically open in folder mode instead
"Open With" / File Associations
- Scratch registers as a handler for
.mdand.markdownfiles - Right-click any markdown file in Finder → Open With → Scratch
Copy Filepath
- Right-click a note in the sidebar to copy its absolute filepath to the clipboard
- Handy for pasting into terminal or AI tools
Bug Fixes
- Fixed plain-text copy/export producing excessive blank lines between list items and blocks — plain text is now cleanly normalized from the markdown source
Installation
Download DMG (macOS)
- Download
Scratch_0.6.0_universal.dmgbelow - Open the DMG and drag Scratch to Applications
Homebrew
brew tap erictli/tap
brew install --cask erictli/tap/scratch
Windows
Download Scratch_0.6.0_x64-setup.exe below and run the installer. WebView2 will be downloaded automatically if needed.
Linux
Download Scratch_0.6.0_amd64.AppImage or Scratch_0.6.0_amd64.deb below.
Requirements
- macOS 10.15+ (Universal binary — Intel and Apple Silicon)
- Windows 10/11
- Linux (Ubuntu 22.04+ or equivalent)
Contributors
Thanks to everyone who contributed to this release:
- @farhaduneci — plain-text copy spacing fix