Skip to content

Releases: wenlzhang/obsidian-todoist-context-bridge

0.10.2

31 Dec 12:43
Compare
Choose a tag to compare

Fix

  • Fine tune time zone issue with moment.js
  • Debug Dataview date and time

0.10.1

31 Dec 11:49
Compare
Choose a tag to compare

Fix

  • Fix time zone issues

Miscellaneous

  • Fine tune due validation
  • Fine tune past due date warning

0.10.0

26 Dec 18:09
Compare
Choose a tag to compare

Features

  • Add Tasks plugin support: Due date and Priority
  • Now it supports both Dataview and Tasks formats

Miscellaneous

  • Fine tune settings tab
  • Improve documentation

0.9.1

20 Dec 11:39
Compare
Choose a tag to compare

Changes

  • Improve documentation
  • Fix broken links in setting tab

0.9.0

06 Dec 18:30
Compare
Choose a tag to compare

In this version, several new features have been added, along with some fixes and fine-tuning. Since quite a few things have been changed, if it doesn't work as expected, please delete data.json and reconfigure the settings. Feel free to test it and provide feedback.

Feature

  • Allow project selection in modal
  • Improve non-task modal due date, priority, etc.
  • Add label to Todoist

Fix

  • Fix Todoist link insertion without frontmatter
  • Fix task indentation
  • Fix task description sync

Fine tune

  • Fine tune modal UI
  • Fine tune metadata
  • Fine tune auto-tagging toggle and warning messages
  • Fine tune settings tab

0.8.2

04 Dec 20:41
Compare
Choose a tag to compare

Feature

  • Add timestamp to task description metadata and Todoist link
  • Tune manual task description after metadata

0.8.1

30 Nov 22:54
Compare
Choose a tag to compare

Fix

  • Fix Todoist link insertion
  • Fine tune task modal
  • Clarify descriptions in settings tab
  • Improve docs

0.8.0

30 Nov 17:38
Compare
Choose a tag to compare

Feature

  • Allow auto tagging when syncing a task to Todoist
    • This can be useful if you want to track in Obsidian which tasks have been synced to Todoist.
    • You need to enable this in the settings to use it.

0.7.0

29 Nov 19:37
Compare
Choose a tag to compare

Feature

  • Sync Todoist task description to Obsidian
    • Insert task description under current task as list items
    • Format with proper indentation

0.6.0

29 Nov 11:40
Compare
Choose a tag to compare

Feature

  • Add relative due date
  • Add skipping weekends for relative dates (use this for assisting better work-life balance 😃 )
  • See README and settings tab for details

Added

  • Enhanced date handling features:
    • Improved relative date processing (e.g., 1d, +1d, 20d)
    • Contextual weekend skipping for relative dates
    • Smart date validation with clear error messages
    • Past date confirmation dialog
  • Improved user experience:
    • Dynamic weekend skip toggle (only shows for relative dates)
    • Clear date format hints in task modal
    • Better date validation feedback

Changed

  • Refined task modal UI for better date input experience
  • Enhanced date format documentation
  • Improved date processing error messages