Skip to content

Add Flashlang - an extension for quickly searching vocabulary by AI. #18185

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

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/flashlang/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/flashlang/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/flashlang/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/flashlang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# FlashLang Changelog

## [Initial Version] - {PR_MERGE_DATE}
45 changes: 45 additions & 0 deletions extensions/flashlang/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# FlashLang

![Search Vocabulary](assets/flashlang-0.png)
A powerful Raycast extension that combines AI-powered translation with flashcard learning system.

You can search vocabulary you want to learn and add it to your flashcard deck,
then review your flashcards regularly to improve retention.

## Getting Started

1. Install the extension through Raycast
2. Set your native language and target learning language
3. Start translating words by either:
- Using clipboard content
- Selecting text directly
4. You can refresh the content by using `Refresh` command
5. Review your flashcards regularly to improve retention

## Usage

### Translation

- Use `Translate It for Me` command to translate text
- You can set a shortcut to open this command quickly
- View translation history and manage saved translations

### Flashcard Management

- Add important vocabulary to your flashcard deck
- Rate your proficiency level (1-5 stars)

### Review Session

- Start a review session with `Review Flashcards` command
- Rate your knowledge of each card
- Track your learning progress over time

## Requirements

- Raycast
- Internet connection for AI translation

## License

MIT
Binary file added extensions/flashlang/assets/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/flashlang/assets/flashlang-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/flashlang/metadata/flashlang-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/flashlang/metadata/flashlang-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/flashlang/metadata/flashlang-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/flashlang/metadata/flashlang-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading