✨ Features
-
Tasks now render labels under them by default. This can be toggled in the settings (along with the accompanying icon).
-
Tasks now render projects & section under them by default. This can be toggled in the settings (along with the accompanying icon).
-
The layout of the project, date, and label combo can be configured in CSS. For example:
/* To make date & project sit inline */ .task-metadata { display: inline; } /* To make date & project sit on top of each other. */ .task-metadata { display: block; }
-
-
There is a new command
Todoist: Refresh Metadata
which will re-fetch your projects, sections, and labels. If you add/remove/rename these, you should refresh the metadata. This is done automatically at startup. -
Added
contains-task-list
to match latest Obsidian styling. -
The entire task (
li
element) has thetask-overdue
class on it, in addition to the date element specifically. -
The task (
li
element) has eitherhas-time
orhas-no-time
derived from the date field. (No date or time will also havehas-no-time
). -
Add support for Obsidian v0.8.14
🐛 Bug Fixes
- Fixed a bug where tasks with datetimes were sometimes sorted incorrectly.