Open mAndreGoncalves opened 2 months ago
I think this is a limitation with Todoist's API, rather than this plugin specifically, as the same issue is encountered in iOS Shortcuts, Raycast etc.
Looking at the docs, content
doesn't accept anything besides the task content, and due_string
has to be passed explicitly, which then would leave the implementation of parsing NLP to the authors of this plugin.
See Also: https://github.com/raycast/extensions/issues/1530#issuecomment-1113237665
Is your feature request related to a problem? Please describe. One of the advantages of Todoist over other task managers is their NLP system. Unfortunatly, with this plugin, we can't really use it.
Describe the solution you'd like A way to have dates/times automatically parsed into the task, even if creating it inside obsidian.
Describe alternatives you've considered None
Additional context Add any other context or screenshots about the feature request here.
(as you can see from the image, the task added in obsidian simply shows the date and time in the title, but doesn't set it)