Main settings

Changing The main settings

The default customization settings are stored in the config.json file which you can access through:

Anki's menu bar ➡️ tools ➡️ add-ons choose "Beautify Anki" then > Configuration

and it looks like this:

{
    "animation": true,
    "change answer buttons": true,
    "date_format": "eu",
    "note_correction_factors": {
        "English": 2,
        "Fr": 2
    },
    "theme": "default"
}

Option

Usage

Default value

possible values

animation

set it to true. if you want the background to cycle through the 5 background images and to have text animation. Or, false to turn all the animation off.

true

true , false

change answer buttons

true

true , false

date_format

"eu"

  • "us" displays as "%m/%d/%Y", meaning Month/Day/Year, ex: 04/26/1994

  • "asia" displays as "%Y/%m/%d", meaning Year/Month/Day, ex: 1994/04/26

  • "eu" displays as "%d.%m.%Y", meaning Day.Month.Year, ex: 26.04.1994

note_correction_factors

without using note correction factor

theme

to select the theme of the addon

"default"

"default" , "starry" , "flamingo" , "sunrise" ,"your custome made theme"

Last updated