notd app icon

notd

A capture buffer for ephemeral text drafts.

A notd window in dark mode showing a Markdown note titled 'Title' with the line 'This is a note.' Three buttons on the right: Copy to clipboard, Clear text, Preview.

What it's for

A personal drafts app where unformed ideas and todos land first. Capture quickly here; promote the keepers to Obsidian for notes you'll revisit, or Todoist for tasks you'll act on. Anything left in notd is provisional by design.

Why

Get it

Built with Tauri 2 and Svelte. Requires macOS 11 or later.

git clone https://github.com/minac/notd
cd notd
./run.sh build

The script builds the app and installs it into /Applications.

How it works

One folder, one Markdown file per note, plus a hidden .notd-meta.json sidecar that owns dot order and color assignment so they stay consistent across synced devices.