Skip to content

xquercus/disable-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Disable Fuzz

This is alpha code. Do not use. Disable Fuzz is an add-on that disables the random "fuzz" applied by the Anki spaced repetition algorithm. Alternatively, it can be configured to fuzz only intervals greater than or equal to a user specified value. It is compatible with:

Installation

To install follow the instructions...

Configuration

Configuration is via setting MINIMUM_INTERVAL. The following options are available:

  • MINIMUM_INTERVAL = -1 : Disables fuzz entirely. This is the default.
  • MINIMUM_INTERVAL = [non_negative_integer] : Fuzz only intervals greater than or equal to non_negative_integer. For example MINIMUM_INTERVAL = 30 will fuzz intervals of 30 or larger. Intervals of less than 30 will not be fuzzed.

Load Balanced Scheduler Compatibility

Load Balanced Scheduler will not perform load balancing for intervals which are not fuzzed.

Bugs and Support

If you encounter a bug or need support please see the official README. Please report bugs through github. Please don't use the review section of the AnkiWeb add-on page for support as I won't receive a notification and there is no way for me to respond.

Revision History

  • Version 1.0.0 -- ....
    • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages