-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add rae-diccionario-raycast extension #18973
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
- feat: debug - Initial commit
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
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.
PR Summary
This PR adds a new Raycast extension for searching the Spanish Royal Academy (RAE) dictionary, providing word definitions, daily words, and random word features through an unofficial API integration.
Key points to address:
- Command titles in
package.json
should be in Spanish to match README.md descriptions (e.g., "Query Rae Word" → "Buscar palabra") - Add
subtitle
field to commands inpackage.json
with "Diccionario RAE" for better context - Consider using
showFailureToast
from@raycast/utils
in error handling across command files - Add
metadata
folder with screenshots since commands usemode: "view"
- Command names in README.md ("Buscar palabra", "Palabra del día", "Palabra aleatoria") don't match
package.json
titles
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
18 file(s) reviewed, 15 comment(s)
Edit PR Review Bot Settings | Greptile
extensions/rae-diccionario-raycast/src/query-rae-daily-word.tsx
Outdated
Show resolved
Hide resolved
extensions/rae-diccionario-raycast/src/query-rae-random-word.tsx
Outdated
Show resolved
Hide resolved
extensions/rae-diccionario-raycast/src/query-rae-random-word.tsx
Outdated
Show resolved
Hide resolved
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.
Recommendations by greptile that made sense have been applied. Feedback from a human would come handy, though.
- chore: update README - chore: add metadata images
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder