-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support locating desired tasks based on tag #10
Comments
I'm planning to support Obsidian Tasks Plugin style TODOs. |
That's great news! Really looking forward to the that! The following discussion may be relevant to the discussion: |
Thank you for bringing this up @wenlzhang and thank you @uphy for planning on supporting Tasks. I would love to use this together with Tasks. And I really like that reminders is a separate plugin and won’t bloat Tasks. Thank you for this plugin! ❤️ If you need any support from Tasks, let me know 😊 |
This comment summarize the problems I'm currently having when working with the 2 plugins together. |
@wenlzhang I introduced experimental support for tasks plugin. Can you try v1.0.5? |
@uphy Thanks for supporting this! According to the discussion as follows, I realize that the reminder date/time may not be necessary the same as the due date/time. obsidian-tasks-group/obsidian-tasks#64 (reply in thread) Therefore, it would be great to be able to use different (emoji) symbol for signifying the reminder date/time, to avoid confusion, if possible. For instance, the reminder may look something like the following:
Should a space (this looks better for me) be inserted between the symobl and the data/time? Or it does not matter? |
@wenlzhang Sorry but I misunderstood your feature request. Would your request be to introduce a feature that only considers TODO list items that contain tags (
I feel TODO item sentence becomes too long to read.
It will be fixed in the next version. |
Yes. This request can be explained as follows:
Maybe this
This indeed can be problematic. This point is also discussed in the following issue. In case of the Reminder plugin, maybe certain task details, e.g. all tags, can be hidden when showing the reminder in the pop-up window. For instance,
I was thinking that
The reason for this is that the reminder date/time may be different from the due date/time. For instance, one may want to be reminded a few days before the due date. Considering this point and the use of a customized tag for denoting reminders managed by the Reminder plugin, one may allow for checking the corresponding tasks from the search pane. Even better, maybe one can query tasks that has reminders, like what one can do with the Tasks plugin? Of course, this may be a separate feature request.
This is true, as the current implementation treats the due date/time as the reminder date/time, if the Tasks format is used for denoting reminders. |
I think adding a tag before the task or supporting the task plugin format would overcomplicate this process. |
Indeed. It might complicate the Reminder plugin. 😅 Would it be possible to query/list all tasks that have reminders then? Maybe syntax like the following would list all tasks that have reminders in preview mode. |
@wenlzhang Thank you for your response. I think the default reminder format( |
@uphy Yes, I agree. If one only enable the default reminder format, i.e. |
@wenlzhang I added custom emoji |
@uphy Thanks for the update. I observed the following when testing this new format:
To be able to make the Reminder Tasks format work together with the Tasks Due Date, it would be great if the second case would also be recognized as a reminder. That is, as long as a task contains something like |
@wenlzhang It's not reproduced. My expectation of the behavior is that both will be recognized as reminder. Is your Date and Time format |
Indeed. The following task would give a reminder: Just to confirm, to make Reminder recognize the time info correctly, there should be nothing but date/time between these two emojis: |
Yes, it is correct. This is also should be documented. |
Supporting locating desired tasks based on tag, in addition to the format
(@2021-08-14 09:37)
, would help better manage tasks from the tag pane and have a consistent tag definition for other tasks that do not have such tags. For instance, this plugin may look for tasks defined in the format of- [ ] Task #Task 📅 2021-08-27T09:37
.Moreover, supporting this would help better integrating with Obsidian Tasks, which uses a global filter/tag for locating tasks managed by it.
schemar/obsidian-tasks: Task management for the Obsidian knowledge base.
The text was updated successfully, but these errors were encountered: