Files
anki-static/AnkiStatic.Lib/Examples/example-collection-deck-conf.json
patrick 3e3d092c27
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful
Add JSON input (#3)
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
Reviewed-on: #3
2023-09-08 18:19:06 +00:00

44 lines
659 B
JSON

{
"1": {
"name": "Default",
"replayq": true,
"lapse": {
"leechFails": 8,
"minInt": 1,
"delays": [
10
],
"leechAction": 0,
"mult": 0
},
"rev": {
"perDay": 100,
"ivlFct": 1,
"maxIvl": 36500,
"minSpace": 1,
"ease4": 1.3,
"fuzz": 0.05
},
"timer": 0,
"maxTaken": 60,
"usn": 0,
"new": {
"perDay": 20,
"delays": [
1,
10
],
"separate": true,
"ints": [
1,
4,
7
],
"initialFactor": 2500,
"order": 1
},
"mod": 0,
"id": 1,
"autoplay": true
}
}