uphy / obsidian-reminder

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

Feature #113 Support for task plugin scheduled date #114

Closed Altairys38 closed 1 year ago

Altairys38 commented 1 year ago

"Tasks" plugin for Scheduled time uses ⏳ emoji. "Reminder" plugin have option "Distinguish between reminder date and due date" which in theory must take reminder date from "Tasks" Scheduled time. But, because in options used different emoji (⏰), this dont happen. I fix it

Before Fix

image

After Fix

image

Altairys38 commented 1 year ago

https://github.com/uphy/obsidian-reminder/issues/113

uphy commented 1 year ago

Thank you for PR. Unfortunately, I can't accept your change because this breaks existing reminders with ⏰.

I have introduced ⏰ emoji to use different emoji from Tasks plugin. If you want to support reminder by Tasks plugin's Scheduled Date, it should be an another optional feature by reminder's setting.

uphy commented 1 year ago

@Altairys38 Are you currently implementing this feature? If you aren't, I will try to introduce a new option to use Scheduled date(⏳) instead of Due date(📅).

Altairys38 commented 1 year ago

@Altairys38 Are you currently implementing this feature? If you aren't, I will try to introduce a new option to use Scheduled date(⏳) instead of Due date(📅).

@uphy Currently i do nothing for implementing this feature. I will be grateful if you can make this feature.