-
Notifications
You must be signed in to change notification settings - Fork 21
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: next Monday shall be next week #204
Comments
Hey! You can access the daily note for the proceeding day using the tomorrow command. If the proceeding day is a Monday and you ask for next Monday, it will get the Monday after. Is this the best behavior? Maybe not but that's how it works for now. |
@Feel-ix-343 it does the same thing for Tuesday, and Wednesday (at least those I've tried on), which lacks "tomorrow" alternative |
ah you're right sorry! |
This is a bug in fuzzydate, should be fixed by devinvs/fuzzydate#11. I don't have access to release new versions of fuzzydate to cargo atm so I can't yet point to a release where this is fixed |
Hey any update on this? |
Hello,
today, on Sunday 12th of January, using the LSP server I issued a
next Monday
command and it opened a note file for 20th of January, but I expect it to be tomorrow.On the other hand
last Monday
gave me 6th of JanuaryEdit: same behavior for other
next*
commands, so I'm unsure what is intended behavior now, but I expect "next Wednesday" shall mean "closest Wednesday after today"The text was updated successfully, but these errors were encountered: