Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zacharied/44065b8376bef9830ff43b0d356348f1 to your computer and use it in GitHub Desktop.
Save zacharied/44065b8376bef9830ff43b0d356348f1 to your computer and use it in GitHub Desktop.
Configuration string for Anki add-on "Enhanced Main Window"
{
"book symbol": "{",
"cap value": null,
"color empty": "#666666",
"color empty descendant": "green",
"color zero": false,
"columns": [
{
"absolute": true,
"color": "black",
"description": "Total number of reviews due today",
"header": "Today",
"name": "today",
"overlay": "Grand total of cards to study today",
"percent": false,
"present": true,
"subdeck": true
},
{
"absolute": true,
"color": "green",
"description": "Review cards you will see today",
"header": "Review",
"name": "review today",
"overlay": "Review cards to study today",
"percent": false,
"present": true,
"subdeck": true
},
{
"absolute": true,
"color": null,
"description": "Cards due today that are in learning",
"header": "Learning",
"name": "learning all",
"overlay": null,
"percent": false,
"present": true,
"subdeck": true
}
],
"default column color": "grey",
"do color empty": true,
"do color marked": true,
"dot in numbers": true,
"end symbol": ";",
"ended marked background color": "yellow",
"given up symbol": "/",
"marked background color": null,
"option": true,
"pause symbol": "="
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment