-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add lingo-rep-raycast extension #16512
base: main
Are you sure you want to change the base?
Conversation
- fix warnings - fix lint errors - prepare prod build
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.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
- Could you make a screencast of the flow so I can see how it works 😊
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
@pernielsentikaer thank you for getting back to me! I've added screencast and description - please check them out |
"copy:shared-packages": "./copy-shared-packages.sh", | ||
"watch:translate": "chokidar '../../packages/translate/dist/**/*' -c 'npm run copy:shared-packages'", | ||
"watch:lang-options": "chokidar '../../packages/lang-options/dist/**/*' -c 'npm run copy:shared-packages'", | ||
"watch:shared-packages": "npm-run-all --parallel watch:translate watch:lang-options", | ||
"npm:install": "npm install --prefix /Users/alex/Work/Projects/alex/lingo-rep-monorepo/apps/lingo-rep-raycast-extension", | ||
"build": "npm run npm:install && ray build -e dist", | ||
"dev:raycast": "ray develop", | ||
"dev": "npm run npm:install && npm run copy:shared-packages && npm-run-all --parallel watch:shared-packages dev:raycast", | ||
"dev-raycast": "", | ||
"fix-lint": "ray lint --fix", | ||
"lint": "ray lint", | ||
"publish": "npx @raycast/api@latest publish" |
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.
Could we just have the default ones?
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.
@pernielsentikaer changed, please take a look
hey @pernielsentikaer , I also shortened my repo URL from Will it be ok to publish it like that? Won't it cause issues when I submit new versions? |
Description
The LingoRep Raycast extension makes it easy to translate text between languages. Anyone can use it for quick translations. Once you sign in, you can save your translations and use the spaced repetition algorithm in the web app to help memorize them effectively. More about it on the web site - https://lingorep.com/
Screencast
Screencast video
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder