Closed ijgnd closed 5 years ago
sorry. it helps to really test all options and read the manual before posting.
I plan to write my own gui for those instead of tabbing into Anki's reposition. So that should lessen the confusion. It was a poor decision due to time constraints at the time.
On reddit someone asked if there's a Better way to review ahead?. There was also this question:
My reply was that this (only change the due date but not the interval) would work and that you can do this with ReMemorize from the browser by using "reposition". But as far as I see the minimum allowed value for the step QSpinBox is 1 (day) so only one card that you reposition would be due today so that you would have to run it many times.
I tentatively suggested to add
frm.step.setMinimum(0)
into the function reposition. Is this a good addition?