-
Notifications
You must be signed in to change notification settings - Fork 83
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
Coloration of nouns in autocomplete and suggest #164
Comments
Another possibility for this is that rather than coloring the words, we could put a small marker under them that would be colored for the given gender. This would allow words with more than one gender to be displayed as the marker could be split, and would keep some consistency in the text colors for the autocomplete and autosuggest words. The following shows what this could look like with thin rectangles (Leben in German is neutral and is its own plural): |
Note that this issue is blocked by the following issues:
|
Benefits to this would also be that someone could see that they'd used the wrong article before they finished typing the noun and could also see that a word is plural and more easily recognize it as the word they want. |
Removed |
I think that it makes sense to work on this issue after #290 is finished though :) |
Closed via bb1c265 😊😊 Really cool addition :) |
Terms
Description
As work commences on #3, a secondary goal will be to color the nouns within the suggestions and completions so that the user can get continual practice of noun genders. The general idea now is that after pressing space would be the time where the annotation block is shown with the gender(to assure that color blind users have this functionality), and at any other time the word would simply be colored.
Contribution
I’ll work on this as I work on #188 and #194 :)
The text was updated successfully, but these errors were encountered: