uphy / obsidian-reminder

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

[Feature]: Tasks dataview compatibility #147

Open Jack-Chronicle opened 1 year ago

Jack-Chronicle commented 1 year ago

Goal or desired outcome of this feature

When using the dataview method for the updated Tasks plugin it won't show any reminders, and when using the default reminder format it won't update when repeating

Describe the feature

When using the Tasks dataview method for making tasks, being able to read/write to their due tag as the reminder area, or a seperate reminder field for notifications

Screenshots, mockups, or videos

No response

darthwonka commented 11 months ago

Would this feature add the task tag as [remind::

Jack-Chronicle commented 11 months ago

I was thinking just reading the [due:: ] tag as the reminder, but adding a [remind:: ] tag would be great as well if not better

Raijin56 commented 6 months ago

The ideal behavior would be to read a tag called 'reminder,' as well as to extract dates from all date-related tags that tasks can have, such as 'due,' 'scheduled,' and 'start.' Users would be able to select which tags they want to be read in the settings. For instance, they could opt to receive reminders for 'due' and 'scheduled' but not 'start,' or for 'start' and 'due' but not 'scheduled'... You know.