This obsidian plugin fetches your completed tasks from Todoist and adds them to your obsidian note.
- Install this plugin (Todoist Completed Tasks) through Obsidian and enable it
- Enter your Todoist API token in the plugin settings.
- Security risks and API Token Installation guide available here
- Place start segment and end segment in your note
- Start segment is a line with
%% COMPLETED_TODOIST_TASKS_START %%
- End segment is a line with
%% COMPLETED_TODOIST_TASKS_END %%
- Start segment is a line with
- Run the plugin
- By clicking the 🔄 button in the left sidebar
- By executing
(Ctrl+P > Todoist Completed Tasks: Fetch today's completed tasks)
- Done! Also check out the Advanced usage of the plugin. It has many cool features!
- Fetch today's completed tasks
- Fetch completed tasks for the last N hours
- Fetch completed tasks using dates from segments (Templater support)
- Customizable prefix and postfix for each task (Obsidian Tasks support)
If you like this plugin and would like to buy me a coffee, you can!
This plugin is heavily influenced by the Todoist Text plugin.