Created
May 20, 2019 19:45
-
-
Save zacharied/44065b8376bef9830ff43b0d356348f1 to your computer and use it in GitHub Desktop.
Configuration string for Anki add-on "Enhanced Main Window"
This file contains hidden or 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
{ | |
"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