-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update key value extension to get the json from remote URL #12187
Update key value extension to get the json from remote URL #12187
Conversation
cd649b2
to
6708643
Compare
87d8407
to
12db2d4
Compare
12db2d4
to
fd9dff0
Compare
Thank you for your contribution! 🎉 🔔 @NirLevy98 @gkpln3 you might want to have a look. |
Lgtm |
"name": "jsonURLPath", | ||
"description": "URL path to a json file with key value pairs", | ||
"type": "textfield", | ||
"required": true, | ||
"title": "Key Value Json URL" | ||
}, | ||
{ | ||
"name": "jsonKeyForKey", | ||
"description": "Key name to search for", | ||
"type": "textfield", | ||
"required": true, | ||
"title": "Key" | ||
}, | ||
{ | ||
"name": "jsonKeyForValue", | ||
"description": "Key name to get the value from", | ||
"type": "textfield", | ||
"required": true, | ||
"title": "Value" | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the new preferences be required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's should be required only under the reload command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Looks good to me, approved 🔥
Published to the Raycast Store: |
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Improve the key-value extension to load the new key value from remote url
Screencast
Screen.Recording.2024-05-05.at.13.53.12.mov
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder