You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Use `argument[1..3]` metadata to specify custom arguments that will be displayed
89
89
| type | Input type. For now only "text" value available. | Yes | 1.2.0+ |
90
90
| placeholder | Placeholder for the input field. | Yes | 1.2.0+ |
91
91
| optional | Set to `true` if you want to mark argument as optional. When not provided, argument is considered to be required (Raycast will not allow to execute the script if argument input is empty) | No | 1.3.0+ |
92
+
| percentEncoded| Set to `true` if you want Raycast to perform percent encoding on the argument value before passing it to the script. Can be handy for scripts that pass argument directly to URL query | No | 1.4.0+ |
92
93
93
94
**Maximum number of arguments:** 3 (if you feel it's not enough for your use case, please let us know via feedback or in the [Slack community](https://www.raycast.com/community))
94
95
@@ -104,10 +105,10 @@ Here's an example of a simple web search script with two arguments:
0 commit comments