Releases: icrefin/scratch_lite
Releases · icrefin/scratch_lite
Release list
v0.1.2
What's New
- Vim command bar — Press
:in normal mode to bring up an Ex command bar - Real-time substitute preview — Typing
:%s/patternhighlights matches as you type - Reliable Vim mode — VimMode always included in extensions, global capture-phase listeners
- Escape focus fix — Pressing Escape refocuses the editor
Supported Commands
:s/old/new/g— Substitute on current line:%s/old/new/g— Global substitute:%s/old/new/gi— Case-insensitive global substitute:nohl— Clear search highlighting:w— Save:q— Quit:wq— Save and quit
ScratchLite v0.1.1
Restored original Scratch app icons.
ScratchLite v0.1.0
ScratchLite — a simplified, editor-only markdown scratchpad based on Scratch by Eric Li.
Changes
- Stripped down to pure editor-only experience
- Native macOS menu bar
- Open Recent support
- Fixed: double-click file on fresh launch now loads properly