2023-07-31
TIL Raycast Snippets
-
Raycast Snippets work just like iPhone text replacement when "keyword" (trigger) is set
-
Snippets can have Dynamic Placeholder that can be used e.g. current date & time, etc.
Create Snippet:
Raycast -> Create Snippet:
Name: today
Snippet: {date "yyyy-MM-dd"}
Keyword: !today
Handy
Edit: 2023-08-15 Snippet doesn't work reliably sometimes.