Skip to content

Set different parameters for specific decks

cjon256 edited this page Jun 12, 2025 · 8 revisions

if (ctx["deckName"] == "Readings") { console.log("using custom scheduling") states.again.normal.review.scheduledDays = 1 states.hard.normal.review.scheduledDays = 1 states.good.normal.review.scheduledDays = 1 states.easy.normal.review.scheduledDays = 3 } else { console.log("Using normal scheduling") }

Clone this wiki locally