raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
https://raycast.com
MIT License
5.95k stars 885 forks source link

is multiple line of script argument supported? #943

Closed zcfan closed 3 months ago

zcfan commented 3 months ago

I have a dropdown argument with a plenty of options:

# @raycast.argument1 { "type": "dropdown", "placeholder": "Project", "data": [{"title": "111", "value": "https://xxx.xxx"}, {"title": "222", "value": "https://xxx.xxx"}, {"title": "333", "value": "https://xxx.xxx"}, ...] }

As you can see, I place them all in a single line which is hard to read.

I wonder can we format it into multiple lines, to enhance readability, I didn't find anything useful in documentation.

dehesa commented 3 months ago

Sadly not currently, I will add your comment as feature request internally.