Documentation

How Korte works

The expansion mechanism explained.

Korte watches the field you're typing in. When you type a snippet trigger and press Enter, Korte replaces the trigger with the snippet content.

The flow

  1. You type a trigger, e.g. /thanks, then press Enter.
  2. Korte detects the match and removes the trigger text.
  3. If the snippet has variables, a small prompt may ask for values (or they auto-fill).
  4. The final text is inserted at your cursor.

Where it runs

Expansion happens locally in your browser via the extension's content script. The dashboard is where you create and manage snippets; the extension is what expands them when you press Enter.

Triggers start with “/” by default (e.g. /sig). You can pick any trigger you like.