raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.41k stars 3.1k forks source link

Ability to change snippets via api aka Supercharged Dynamic Snippets #15435

Open a-x- opened 2 days ago

a-x- commented 2 days ago

Description

Supercharged Dynamic Snippets

I want to implement really dynamic snippets that

  1. can use variable placeholders
  2. or just which can substitute to text changed via api

(1) for example {current_task.key} should substitute actual jira task id key like ACME-123, which defined by some extension

(2) for example I want to add global “j:i” snippet that should substitute my actual jira task

Who will benefit from this feature?

Power users and ext developers

Anything else?

So can you implement some core api for 1 or 2 or both scenarios?