Documentation

How Korte works

The expansion mechanism explained.

Korte watches the field you're typing in. When the characters you type match a snippet trigger, Korte replaces the trigger with the snippet's content.

The flow

  1. You type a trigger, e.g. /thanks.
  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 as you type.

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