Scratch v0.10.0
What's New
Custom Theme Color Picker
- Personalize the app accent color with a full color picker in Settings → Appearance
Multi-Note Selection & Batch Drag-to-Folder
- Select multiple notes and drag them into a folder in one action
Keyboard Shortcuts & Markdown Syntax Modal
- View all keyboard shortcuts and markdown syntax from a new in-app reference modal
Configurable Ignored Folders
- Exclude specific folders from note discovery in Settings → General
Code Block Copy Button
- Rendered code blocks now include a one-click copy button
Bug Fixes
- Fixed print-as-PDF rendering blank pages
- Fixed autofocus and preserved scroll/cursor position when toggling source mode
- Fixed editor focus not restoring when dismissing the command palette
- Improved hyperlink handling in the editor
- Fixed markdown formatting being lost when copying from the editor
- Fixed top content clipping in the desktop window
In-App Update Notes
Custom theme color picker, multi-note selection with batch drag-to-folder, keyboard shortcuts modal, configurable ignored folders, code block copy button, and various bug fixes.
Installation
Download DMG (macOS)
- Download
Scratch_0.10.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.10.0_x64-setup.exe below and run the installer. WebView2 will be downloaded automatically if needed.
Linux
Download Scratch_0.10.0_amd64.AppImage or Scratch_0.10.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:
- @blksmr — multi-note selection, keyboard shortcuts modal, markdown copy fix
- @adi0x90 — desktop window clipping fix
- @Talhamehar007 — code block copy button
- @jordanlee — print-as-PDF fix
- @Gold240sx — initial custom theme color picker