Skip to content

Releases: rogue-socket/markit

markit v1.0.0

28 Apr 20:33

Choose a tag to compare

Native macOS app for annotating rendered markdown files.

Install

  1. Download markit-macos.zip below
  2. Unzip and drag markit.app to /Applications
  3. Optional CLI shim:
    curl -sL https://raw.githubusercontent.com/rogue-socket/markit/main/markit -o /usr/local/bin/markit && chmod +x /usr/local/bin/markit

Usage

markit path/to/file.md

Or double-click any .md file after setting markit as the default app.

Features

  • Render and annotate any markdown file
  • Cmd+Shift+C to add a comment on selected text
  • Click a highlight to edit or delete its comment
  • Cmd+E to export all annotations to clipboard
  • Annotations stored in sidecar JSON under ~/.markit/ so source files are never modified
  • Dark mode support
  • Configurable keyboard shortcuts

Requirements

  • macOS 13+
  • Apple Silicon or Intel

This build is ad-hoc signed, so macOS may require approving the first launch from Privacy & Security after download.