uphy / obsidian-reminder

Reminder plugin for Obsidian
https://uphy.github.io/obsidian-reminder/
MIT License
433 stars 32 forks source link

[Feature]: remind me later behavior #145

Open amigo421 opened 1 year ago

amigo421 commented 1 year ago

Goal or desired outcome of this feature

Prevent time losing of the reminder on move action

Describe the feature

When the task assigned on the date and time, And it is expired, the plugin ask to remind me later, actually to move date/time to future. As far as I see, if reminder contains the time, it is lost during the move operation.

I suggest to keep original time part for all operations related with changing the date: tomorrow, next week, in few days, etc

Screenshots, mockups, or videos

No response

ricardonevesmusic commented 11 months ago

Yes, this is true.

Right now it's updating the "reminder" based on current time and I believe it would be great (and desired) if it could update based on current reminder time (e.g.: 19h/7PM reminder would be 19h/7PM of the next day when delayed for 24 hours and not 20h/8PM of the next day (like it's happening right now); by this I'm saying that I'm delaying the existing reminder by 24 hours at 8PM, which is 1 hour later than the existing previous 7PM reminder).

Some examples of this:

"2023-10-07 19:00" reminder delayed by 24 hours at 8PM will be converted into "2023-10-08 20:00" and it would be nice if it got converted into "2023-10-08 19:00".

Yeah, that's it.

Thank you.