obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

Month view numbers gray out unless first task.done searchTarget is checked

Open BoopyTheFox opened this issue 1 year ago โ€ข 0 comments

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: image

Real behavior:

  • If first searchTarget in the list is checked out, number ungrays. Otherwise, annotations show under a grayed out number. Like this: image

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.

BoopyTheFox avatar Jun 15 '23 10:06 BoopyTheFox