-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] open a note for review
can not open notes correctly.
#328
Comments
Now the number of review note is completely wrong. However I maybe know the reason. Once the review data of a note was modified accidently, and then the plugin became weird. Is there any resolution, or just delete all review data? |
The issue has come up again. Yesterday I used the plugin to review notes and three notes were marked with invalid yaml. Then today that function is not working again. But other functions are still normal. Last time I solved it by uninstalling and reinstalling the plugin, this time that method failed. |
This patch fixes the behaviour of determining the next note to only consider notes that are due. If a note is scheduled in the future, it won't be picked up for review until it's due. This is the same patch as st3v3nmw#947. Fixes st3v3nmw#328.
This patch fixes the behaviour of determining the next note to only consider notes that are due. If a note is scheduled in the future, it won't be picked up for review until it's due. This is the same patch as st3v3nmw#947. Fixes st3v3nmw#328.
This patch fixes the behaviour of determining the next note to only consider notes that are due. If a note is scheduled in the future, it won't be picked up for review until it's due. This is the same patch as st3v3nmw#947. Fixes st3v3nmw#328.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
open a note for review
in state bar.Expected behavior
Because there is no note that should be reviewd today, so the plugin should open a note in
New
queue.Screenshots
2021-11-30.15-07-40.mp4
Versions (please complete the following information):
Additional context
No
The text was updated successfully, but these errors were encountered: