Skip to content

Releases: icrefin/scratch_lite

v0.1.2

Choose a tag to compare

@icrefin icrefin released this 25 Jun 09:41

What's New

  • Vim command bar — Press : in normal mode to bring up an Ex command bar
  • Real-time substitute preview — Typing :%s/pattern highlights 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

Choose a tag to compare

@icrefin icrefin released this 22 Jun 13:01

Restored original Scratch app icons.

ScratchLite v0.1.0

Choose a tag to compare

@icrefin icrefin released this 22 Jun 02:55

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