-
Notifications
You must be signed in to change notification settings - Fork 0
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
Think about ways to link related cards to each other. #96
Comments
Or maybe a card that is related to another could be factored into the review algorithm. That sounds like an addon though, not core functionality. |
If there was a web ui, an addon could look at words and search for images to help remember. |
With the mode that takes many cards. It might be helpful to look at version control. |
This is related to #84. |
I have a general idea of how this would look like. Hashes might be taken for sides or sides and complete cards, instead of just complete cards. Also, if cards share links, then those cards will be merged and all the links will be updated. This doesn't completely make sense, but it's a general idea that I think could work if I thought it out more. This has been a kind of feature that I've been thinking for the past month as I've been working on my goals. |
It is annoying and not worthwhile to manually link cards to each other. What if there was a way to link cards to each other. So if this were some sort of web interface, you could see other cards by hovering over a word maybe.
The levenshtein distance might be of use here. Maybe not though.
Another thing to think about is a mode that could take many cards and figure out which cards seem similar. If they are similar, it could prompt the user to remove one, or edit both, or something else.
The text was updated successfully, but these errors were encountered: