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
There could be a date next to a TODO tag, so that that TODO item only gets added to the TODO list on that date.
But this means when running daily, it'd need to look at all the old notes to find any snoozed TODO tags.
we can maintain the snoozed reminders in a separate note, and parse that note daily to pull in any snoozed reminder for the day
We can put the dates/ids for notes containing snoozed reminders as a numeric string in a corner of the actual TODO note and parse that on every run
The text was updated successfully, but these errors were encountered:
There could be a date next to a TODO tag, so that that TODO item only gets added to the TODO list on that date.
But this means when running daily, it'd need to look at all the old notes to find any snoozed TODO tags.
The text was updated successfully, but these errors were encountered: