You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself struggling in some patterns more than others, but a lot of time is spent iterating on patterns I already internalized.
It would be nice to have the tool keep track of the patterns that cause more mistakes and present them with higher frequency.
Ideally this requires an account so I understand it may be a lot of work, but maybe a cache based solution is good enough.
The text was updated successfully, but these errors were encountered:
I found I wanted similar functionality and added something quick to my fork.
As errors are made they are recorded along with the number of times an ngram/word was typed wrong. Selection is available to then practice on the "wrongs".
Solution uses local storage, following the pattern the application uses already.
I find myself struggling in some patterns more than others, but a lot of time is spent iterating on patterns I already internalized.
It would be nice to have the tool keep track of the patterns that cause more mistakes and present them with higher frequency.
Ideally this requires an account so I understand it may be a lot of work, but maybe a cache based solution is good enough.
The text was updated successfully, but these errors were encountered: