uphy / obsidian-reminder

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

[Feature]: recognize #task from tasks plugin #53

Open imeed166 opened 2 years ago

imeed166 commented 2 years ago

Goal or desired outcome of this feature

In the tasks plugin setting, there is an option to add a tag (#task) to all tasks. And the problem is this tag is displayed in the notification.

image

Describe the feature

For better integration with the task plugin, it would be better if the plugin recognized this tag and didn't display in the notification.

Screenshots, mockups, or videos

current problem

image

demo solution

image

uphy commented 2 years ago

@imeed166 Implemented in v1.1.7.

image
imeed166 commented 2 years ago

Thank you so much.

maia-sh commented 2 years ago

Thank you so much for this plugin and feature! I have one extension request. Tasks allows for global filters of any string: "It doesn’t have to be a tag. It can be any string.". I personally use "TODO" without a #, so "Remove tags from reminder title" is not picking it up, and "TODO" continues to show with all reminders. It would be great to be able to specify the global task filter for Reminders to match Tasks. Many thanks for considering this request!