From 37e5841c0197f7fa86451e9d8b14692c93334725 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 24 Jan 2024 17:48:00 +0100 Subject: [PATCH] feat: add new dynamic argument feature --- src/content/journal/2024/raycast.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/journal/2024/raycast.mdx b/src/content/journal/2024/raycast.mdx index 7413507..a6c6092 100644 --- a/src/content/journal/2024/raycast.mdx +++ b/src/content/journal/2024/raycast.mdx @@ -87,7 +87,7 @@ I have used various paid and open-source solutions for snippets throughout the y A text snippet is a piece of text that you frequently write and don’t want to repeatedly type or remember, such as personal information or boilerplate answers. I have well over 100 snippets, which include addresses, email addresses, phone numbers, date and time snippets, ASCII art, replacements for common spelling mistakes, and many more. About a third of these snippets have a specific trigger, which is a combination of characters I type to activate the snippet. The rest can be quickly accessed using a keyboard shortcut and searched. -There may be snippet applications available with more features (like programming in snippets), but Raycast supports everything I need: cursor position, clipboard content, custom date and time formatting, and embedded snippets. +There may be snippet applications available with more features (like programming in snippets), but Raycast supports everything I need: cursor position, clipboard content, custom date and time formatting, dynamic arguments, and embedded snippets. ## Emoji & Symbols