2023-07-31

TIL Raycast Snippets

  1. Raycast Snippets work just like iPhone text replacement when "keyword" (trigger) is set

  2. 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.

Related: Raycast