Skip to content

Snippets

Chris Smashe edited this page Jun 17, 2026 · 4 revisions

Snippets

Snippets let you expand short triggers into longer text, with placeholders that fill in dynamic values like the current date or your clipboard contents. They can be scoped per profile and triggered in different ways.

The Snippets page: the placeholder reference, Import / Export / New, the tag filter, and a snippet entry with its trigger mode and usage count

Placeholders

Snippet bodies support placeholders that are replaced when the snippet expands:

Placeholder Expands to
{date} The current date.
{time} The current time.
{datetime} The current date and time.
{clipboard} The current clipboard contents.
{day} The current day.
{year} The current year.

📸 Screenshot needed: A snippet body that uses placeholders such as {date} and {clipboard}, shown in the editor.

Trigger modes

Each snippet uses one of two trigger modes:

Mode Behavior
Anywhere The trigger fires when it appears anywhere in the dictated text.
Exact Phrase The trigger fires only on an exact phrase match.

The snippet editor: trigger and replacement fields, the trigger-mode dropdown (Anywhere / Exact Phrase), the Profile IDs scope field, a Case-sensitive toggle, and a live preview

Per-profile scoping

Snippets can be scoped per profile by profile id, so a snippet only applies within the profile you assign it to. Leave a snippet unscoped to keep it available more broadly, or tie it to a specific profile to keep context-specific expansions separate. See Profiles for how profiles match the active application or URL.

Per-profile scoping is the Profile IDs field in the snippet editor shown above — enter one or more profile ids to limit the snippet to those profiles.

Related pages

  • Profiles — how profiles are matched and how snippet profile scoping ties in.

Changelog

Date Change
2026-06-17 Initial version.
2026-06-17 Added Snippets list and editor screenshots.

Clone this wiki locally