-
Notifications
You must be signed in to change notification settings - Fork 201
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
[FEAT] Support richer set of flashcard ordering during review; e.g. random card from random deck #814
Comments
Hi Here is the code from: Or pre built Note that this also contains post 1.10.5 fixes:
Cheers |
Hi @st3v3nmw thanks for including this on the latest release. |
Random card from random deck breaks the heading. Normally you would get as heading the name of the deck you clicked with this option you get the sub deck it choose randomly in the deck you clicked. |
Hi @4Source thanks for the prompt, it wasn't something I was particularly happy with. For "Random card from random deck" ordering, what do you think of: Where: Let me know what you think. Cheers |
Sounds good, but subdeckCount counts only the top level of subdecks or count it each subdeck at each level below? Maybe change the Format to: Other option: |
I was thinking that the |
Current Functionality
At present the plug-in has two methods of ordering flashcards during review. These are based on the setting:
Where this option enables randomization within a single deck.
Solution Implemented
I have implemented greater flexibility with the following options:
Feedback wanted
This enhancement was beta tested successfully for #610.
However I would appreciate wider feedback from anyone before opening a PR.
The text was updated successfully, but these errors were encountered: