jamiebrynes7 / obsidian-todoist-plugin

Materialize Todoist tasks in Obsidian notes
https://jamiebrynes7.github.io/obsidian-todoist-plugin/
MIT License
912 stars 70 forks source link

Smart Date Recognition #339

Open mAndreGoncalves opened 3 weeks ago

mAndreGoncalves commented 3 weeks ago

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.

Captura de ecrã 2024-09-07, às 10 16 30

(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)

hxii commented 2 days 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