This method will make sense if you have done a bit of programming.
Open the database file, `collection.anki2`, in a SQL Lite editor (I am using SQL Lite Browser), in the `col` table, there will be a single row. In the `decks` column, which is a JSON object literal, you will find a `newToday` assigned to an array, e.g. `[310, -5]`. The `-5` means that there are 5 new cards today. If you change this value to 0, this results in no new cards that day.
No comments:
Post a comment