Comment on page
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 | set it to true if you want to change the appearance of the answer buttons | true | true , false |
date_format | to change the date format in the remaining widget in deck overview pages | "eu" |
|
note_correction_factors | If you want the add-on to display the number of notes in a deck, instead of the number of cards in the config Edit the note_correction_factors as follows to add a line that includes the beginning of the deck name (including all superdecks) and the number of different cards in the note type in the deck.
example :
"note_correction_factors": { "Custom": 2 , "English" : 3 } using note correction factor without using note correction factor | | |
theme | to select the theme of the addon | "default" | "default" , "starry" , "flamingo" , "sunrise" ,"your custome made theme" |