Last active
May 24, 2025 08:10
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.