Skip to content
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

Bug report: due hint is not working #55

Closed
temirov opened this issue Feb 7, 2022 · 2 comments
Closed

Bug report: due hint is not working #55

temirov opened this issue Feb 7, 2022 · 2 comments

Comments

@temirov
Copy link

temirov commented Feb 7, 2022

The tasks with [due:: yyyy-MM-dd] don't go to the scheduled pane.

Obsidian version 0.13.23
Obsidian TODO version 0.2.7

Steps to reproduce:

  1. Add the following line to any file
- [ ] Obsidian TODO plugin is awesome [due:: 2022-02-10]
  1. Find the line in Inbox pane of the Obsidian TODO plugin

Screen Shot 2022-02-06 at 10 38 52 PM

Screen Shot 2022-02-06 at 10 42 07 PM

Screen Shot 2022-02-06 at 10 45 29 PM

Screen Shot 2022-02-06 at 10 46 45 PM

@larslockefeer
Copy link
Owner

Hey @temirov, thanks for the report. With the standard settings of the plugin (as you shared in your screenshots), the format to use for due dates is different from what can be seen in the screenshots.

If you use the following format:

- [ ] Obsidian TODO plugin is awesome #2022-02-10

the tasks will end up in the scheduled pane as expected.

To make the format in the screenshots work, in the settings pane you could replace the Date tag format setting with the following:

[due:: %date%]

I'm sorry for the misleading screenshots. This has come up before, I'll replace them to match the standard settings.

@larslockefeer
Copy link
Owner

Updated the screenshots!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants