-
-
Notifications
You must be signed in to change notification settings - Fork 31
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 support for custom books #54
Comments
I want to add this feature, can you give me a code design idea? |
I would look at how word lists are used currently. Conceptually, a custom book is sort of like a word list with randomization in terms of which group of words you're typing (a random starting point in the book) as opposed to randomly picking words to form the group. But the test shouldn't care where it got its words from, so maybe design an interface to wrap book + wordlist functionality |
main...wisarmy:toipe:feature-book |
Nice! looks good. I have a couple suggestions when you create a PR |
Specify a book file (such as TXT) , by paragraph typing test
The text was updated successfully, but these errors were encountered: