incremental-reading icon indicating copy to clipboard operation
incremental-reading copied to clipboard

don't reschedule suspended cards

Open AlexRiina opened this issue 4 years ago • 1 comments

Every time reposition runs, it lists all IR cards and sorts them, but this includes suspended cards which interrupts what I think is a good workflow https://github.com/luoliyan/incremental-reading/issues/96

My ideal work flow would be

  • add new document
  • break out sections
  • create cards from sections
  • suspend the remaining IR cards

This allows the suspending part of the workflow to continue working.

AlexRiina avatar Mar 15 '20 17:03 AlexRiina

Codacity doesn't like the sqlite with string interpolation as a security risk, but the value that is interpolated is not a user defined value. The style I have is consistent with the anki core style e.g. https://github.com/ankitects/anki/blob/862e2b48f06dadf414d171d2cfdc4ac3ad79e7da/pylib/anki/sched.py#L747

AlexRiina avatar Mar 15 '20 18:03 AlexRiina