generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support richer set of flashcard ordering during review (#820)
* Implemented WeightedRandomNumber * Refactoring in preparation for additional functionality * Implemented DeckOrder.EveryCardRandomDeck; not tested * Enhanced card ordering implemented not tested * Added test cases; plus a fix * Implemented settings for new card/deck ordering features * Updated to use text resources rather than hard coding strings * Fixed bug that occurs if no existing settings file present * Minor description update * Comments; added user text for non-English languages * pnpm format * Added debug * Remove debug and fix * Fixed bug for PrevDeckComplete_Random setting * Fixed test case * Fixed issues that lint complained about --------- Co-authored-by: Stephen Mwangi <mail@stephenmwangi.com>
- Loading branch information
Showing
21 changed files
with
764 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.