Overview

Snippets are a powerful way to save time by storing frequently used text.

In the current release, you can create snippets, organize them by tags, and then copy them to your clipboard, or paste them to the frontmost application.

Create Snippet

To create snippets, use the Create Snippet command in root search.

image.png

Dynamic Placeholders

You can make your snippets dynamic by using placeholders. Just hit { to open the Dynamic placeholders menu and see all currently supported ones.

Here’s what’s available at this point:

Name Placeholder Description
UUID {uuid} Inserts a universally unique value, such as “E621E1F8-C36C-495A-93FC-0C247A3E6E5F”.
Clipboard Text {clipboard} Inserts your last copied text. The placeholder will be removed from the snippet when you use it if you have not copied any text recently.
Date {date} Inserts only the current date like 1 Jun 2025.
Time {time} Inserts only the current time like 3:05 pm.
Date & Time {datetime} Inserts both date and time like 1 Jun 2025 at 6:45 pm.
Weekday {day} Inserts the day of the week like Monday.

image.png

image.png

image.png

Search Snippets

You will find all the Snippets you created in the Search Snippets command.

Inside that view, you will be able to search by name or hit Ctrl P filter by the tags you created.

image.png