-
Notifications
You must be signed in to change notification settings - Fork 177
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
Isogram Checker Extension #1969
Comments
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊 You can also check our CONTRIBUTING.md for guidelines on contributing to this project. |
Closing this as you get 210 points mentioned here #2266 |
Hello @Damini2004! Your issue #1969 has been closed. Thank you for your contribution! |
Is your feature request related to a problem? Please describe.
The problem is that there's currently no easy way to determine if a word or phrase is an isogram (a word or phrase without a repeating letter) using existing tools. This can be frustrating for users who need to quickly check multiple words or phrases for isogram status.
Describe the solution you'd like
would like to have an Isogram Checker Extension that can:
Accept input in the form of words or phrases.
Analyze the input to determine if it is an isogram.
Provide immediate feedback on whether the input is an isogram or not.
Highlight the repeating characters if the input is not an isogram.
Describe alternatives you've considered
Alternatives considered include:
Manually checking each word or phrase for repeating letters, which is time-consuming and error-prone.
Using existing tools that are not specifically designed for isogram checking, resulting in less efficient processes.
Additional context
Add any other context or screenshots about the feature request here:
This feature would be useful for writers, puzzle enthusiasts, and anyone interested in linguistics.
An interface example could be a simple text box with a submit button, where users can type in their word or phrase and get instant feedback.
What problem is this feature trying to solve?
The feature aims to solve the problem of quickly and accurately determining whether a given word or phrase is an isogram, thus saving time and reducing errors.
How do we know when the feature is complete?
The feature will be considered complete when:
Users can input a word or phrase and receive accurate feedback on its isogram status.
The system highlights repeating characters if the input is not an isogram.
The interface is user-friendly and provides results instantly.
The tool is tested and verified for accuracy and usability.
The text was updated successfully, but these errors were encountered: