Skip to content

Sync with Todoist Plugin - v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 18:22
· 30 commits to master since this release

Note

Help wanted!

This release has added rudimentary support for translating the plugin into other languages. If you'd like to help out, please see the translation contribution guide.

Warning

Note: the style changes in this release mean that you may need to tweak any custom CSS or themes. The changes are designed for the
default Obsidian theme.

Breaking changes

  • Removed the deprecated settings for rendering the description, due date, labels, or projects. Please use the show property in the query.
  • Removed the group property in queries. Please use the groupBy property instead.

✨ Features

  • Rebuilt the task renderer from the ground up. This now resembles Todoist more closely and has improved the default styling.
  • Added support for translations in the plugin
  • Added a setting to control whether the embedded "Add task" button in a query should automatically add a link to the current page.
    • This behaviour can now be turned off or configured to append to the task name or description.

🔁 Changes

  • Tweaked the onboarding modal to hopefully be more reliable in validating the token and allowing you to save the token.
  • Greatly reduced plugin startup time. This should improve your vault's load time.
  • The setup button in the settings is no longer disabled except when the plugin is validating the token.