FooSoft / anki-connect

Anki plugin to expose a remote API for creating flash cards.
https://foosoft.net/projects/anki-connect/
Other
1.92k stars 218 forks source link

Query all due cards + todays new cards #397

Closed jonnymaceachern closed 1 year ago

jonnymaceachern commented 1 year ago

I'm looking to get a count of all cards that are due today, including new cards.

A query of is:due works, but does not include new cards. Is this possible?

jonnymaceachern commented 1 year ago

I think this query is working for me:

is:due OR introduced:1

jonnymaceachern commented 1 year ago

introduced:1 was showing all new cards introduced today, but it included cards I already completed.

However, I was able to use the getDeckStats action to sum the remaining cards count.