Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save intellectronica/01e9eb7e11a7e4391856ffc0fafa460a to your computer and use it in GitHub Desktop.
Save intellectronica/01e9eb7e11a7e4391856ffc0fafa460a to your computer and use it in GitHub Desktop.
Quick Capture command for Raycast Notes (I use this to quickly capture something in my scratchpad note, without interupting my flow)
<note>
---
{argument name="note"}
> { DATE in ISO format }
---
</note>
Use @raycast-notes to add the contents of <note /> to the bottom of the item titled "Scratch".
Expand the { DATE } to the current date and time in ISO format, as instructed.
Add the contents of note verbatim, without any changes, without any quoting or any additional markup - just what's between the opening and closing tags. No """, no ```, just the inner text in the XML tag. Perserve the seperator lines and white space, they are significant.
@intellectronica
Copy link
Author

I use this with GPT-4.1, low creativity. Should work fine with lesser models like GPT-4.1-mini or Gemini-2.5-flash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment