Ledaryy / obsidian-todoist-completed-tasks

Obsidian plugin to display the completed tasks
MIT License
62 stars 7 forks source link

[Feature Request] Automatic task fetching #25

Open nikolasetiawan opened 1 year ago

nikolasetiawan commented 1 year ago

Hi, is it possible to automate the task-fetching process so it automatically renders into todoist tasks instead of the date range query?

Maybe something like the approach of https://github.com/jamiebrynes7/obsidian-todoist-plugin? where a code block is being used instead.

Ledaryy commented 1 year ago

Hi @nikolasetiawan I think this will be a nice feature to have. But the plugin was implemented in a way that the plugin takes the currently open tab and renders content by using a simple editor (same way as if a user just typed that text). I don't think it will be possible to add this feature without completely refactoring the plugin. I don't say no to this, but I can't give any time estimate on this.