-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New url-encoder-decoder extension #24207
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
base: main
Are you sure you want to change the base?
Conversation
|
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryAdded new URL Encoder/Decoder extension with two view commands for encoding and decoding URLs using native JavaScript functions.
Issues Found:
Confidence Score: 2/5
Important Files Changed
|
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.
Additional Comments (4)
-
extensions/url-encoder-decoder/CHANGELOG.md, line 3 (link)syntax: use version number format with
{PR_MERGE_DATE}placeholder instead of hardcoded dateNote: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Context Used: Rule from
dashboard- What: Changelog entries must use{PR_MERGE_DATE}placeholder in titles, be placed at the top of th... (source) -
extensions/url-encoder-decoder/src/url-encode.tsx, line 28 (link)style: add platform-specific modifiers - macOS should use
cmdinstead ofctrlContext Used: Rule from
dashboard- What: Ensure platform keys in shortcut objects use correct capitalization:WindowsandmacOS, no... (source) -
extensions/url-encoder-decoder/src/url-decode.tsx, line 28 (link)style: add platform-specific modifiers - macOS should use
cmdinstead ofctrlContext Used: Rule from
dashboard- What: Ensure platform keys in shortcut objects use correct capitalization:WindowsandmacOS, no... (source) -
extensions/url-encoder-decoder/package.json, line 13-14 (link)syntax: missing required
metadata/folder with Raycast-styled screenshots - extensions with view commands must include this foldercreate
metadata/folder at the extension root and move Raycast-styled screenshots there using the built-in screenshot tool (⌘⇧⌥M). see docsContext Used: Rule from
dashboard- What: Extensions with view-type commands must include ametadata/folder containing Raycast-styled... (source)
9 files reviewed, 4 comments
Description
An extension that allows the user to encode or decode text so that it is safe for use in URLs.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder