Note: This plugin version requires Obsidian v0.10.2 or greater.
✨ Features
- A long awaited and requested feature is finally here! You can create Todoist tasks from within Obsidian.
- This is accessible through a command which will open a modal for the task details.
- There is a second command which will append the link to the current active page at the end of the Todoist task.
- Any selected text under the cursor will be pre-filled as the task text.
- This does not support Todoist's syntax such as '#' for projects, '@' for labels, and smart date recognition.
- Improved the setup of the plugin. Now the plugin will prompt you for an API token on launch and you can set the token through the settings.
- There is now a message rendered if your query returns no tasks.
- Add default CSS for the default Obsidian theme.
🔁 Changes
- The 'Refresh Metadata' command no longer has a duplicate 'Todoist' identifier in front of it.
🐛 Bug Fixes
- JSON parsing errors are now correctly handled and displayed to the user.
⚙ Internal
- Refactored component injection to use the
MarkdownPostProcessor
API.