-
Notifications
You must be signed in to change notification settings - Fork 4
snippets
Garon edited this page May 17, 2026
·
2 revisions
Snippets let you add live context to Personalization custom instructions. Write them with double braces, like {{date}} or {{app}}. Glimpse keeps the text as-is in the editor, then replaces the snippet right before sending instructions to the language model.
-
{{date}}- today's date, likeMay 17, 2026 -
{{tomorrow}}- tomorrow's date -
{{yesterday}}- yesterday's date -
{{day}}- full weekday, likeSunday -
{{day_short}}- short weekday, likeSun -
{{month}}- current month, likeMay -
{{year}}- current year, like2026 -
{{time}}- current 12-hour time -
{{time_24}}- current 24-hour time -
{{datetime}}/{{date_time}}- current date and time -
{{timezone}}- current timezone abbreviation
-
{{app}}/{{application}}/{{app_name}}- active app name -
{{browser}}- active browser name when applicable -
{{window}}/{{window_title}}/{{title}}- active window title -
{{site}}/{{website}}/{{domain}}- active website domain -
{{url}}- active URL when available
-
{{selection}}/{{selected_text}}- currently selected text -
{{clipboard}}- current clipboard text
-
{{user_name}}- OS account full name when available -
{{first_name}}- first name from the OS account -
{{language}}- current system language, likeEnglish