You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because suppose I wrote "have a good time today to next friday" two weeks ago. Then it's now overdue (and thus red), but it still says "next friday" where it should say "yesterday" instead.
Either:
inline chips (hard to integrate into codemirror)
transient/background text that just displays the due date, and you delete it from the note itself
just delete it from the note itself (and you have to click to see the due date)
The text was updated successfully, but these errors were encountered:
deleting was kinda bad for condution; it like causes stuff to seemingly just go poof and sentences are cut off
chips are good, I'm too lazy though. one should be able to repurpose the tags code to do it (though, when do each date end? how do we know if the user has stopped typing the date? what if the user wants to edit it)
so we either delete it and just deal with it or don't. thoughts?
Because suppose I wrote "have a good time today to next friday" two weeks ago. Then it's now overdue (and thus red), but it still says "next friday" where it should say "yesterday" instead.
Either:
The text was updated successfully, but these errors were encountered: