Seamlessly create Todoist tasks and projects from Obsidian.
Go to the settings and add your Todoist API Key. You get your todoist API key here.
Create Todoist Project
will create a new Todoist project from the current note and add deeplinks between the two for easy navitagion. The name of the todoist project is the name of the file you execute the command in. The plugin adds at the cursor position a link to the todoist project with the title Todoist.
Create Todoist Task
will create a new Todoist task in the Inbox from the current line in the Obsidian note and add deeplinks between the two for easy navigation.
Thanks to obsidian-things-link for providing the initial idea and the basic code to implement the plugin.