obsidian-tracker
obsidian-tracker copied to clipboard
Month view numbers gray out unless first task.done searchTarget is checked
Not sure if a bug or intended behavior, but here we go -
Using month view with these settings:
searchType: task.done
searchTarget: [๐
, ๐๏ธ, ๐ง, ๐, ๐, ๐งผ, ๐ฌ, ๐, โ]
folder: ๐งช test_tracker
datasetName: [๐
, ๐๏ธ, ๐ง, ๐, ๐, ๐งผ, ๐ฌ, ๐, โ]
month:
mode: annotation
# "," here is to just "ungray" cal date if "๐
" is done
annotation: , ๐๏ธ, ๐ง, ๐, ๐, ๐งผ, ๐ฌ, ๐, โ
startWeekOn: Mon
color: '#FFD166'
showStreak: true
Expected behavior:
- If at least one task.done is checked, ungray number and show annotations
- If none of the tasks are checked, keep number grayed out independently of other checks.
Like this:
Real behavior:
- If first searchTarget in the list is checked out, number ungrays. Otherwise, annotations show under a grayed out number.
Like this:
Also:
- If in 15-xx-xxxx first searchTarget is checked, in 16,17-xx-xxxx it's unchecked, and in 18-xx-xxxx it's checked again, then in month view all dates from 15 to 18 are staying ungrayed. Even if none of the tasks are checked.