Releases: larslockefeer/obsidian-plugin-todo
Releases · larslockefeer/obsidian-plugin-todo
0.2.7
0.2.6
- Fixes an issue where the plugin would fail to load in the mobile app
0.2.5
0.2.4
- Remove debugging statements that were left in the previous release 😊
0.2.3
- Color due dates for tasks due in the future green instead of red (overdue) or orange (due today)
- Assume tasks in a daily note without a due date are scheduled for the date of the daily note
0.2.2
- Render the due date for tasks. Overdue tasks will be rendered in a red tag, tasks due today or later will be rendered in an orange tag.
0.2.1
Initial release
- Aggregates all outstanding TODOs in your vault and lists them in a single view
- Split out TODOs by type ("Today", "Scheduled", "Inbox" and "Someday/Maybe")
- Schedule a TODO for a specific date by adding a tag #YYYY-DD-MM
- Mark a TODO as Someday/Maybe by adding a tag #someday
- Complete TODOs from the list view
- Quickly jump to the file in which a TODO is found from the list view