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

Month view "datasetName" doesn't function as a title when "mode: annotation" is set

Open JulianVJacobs opened this issue 1 year ago • 5 comments

When I set "mode: annotation" for the month view, the datasetName no longer functions as the title

Expected Behavior

Obviously I expect that the datasetName should act as it usually does when the annotation mode isn't enabled. That is, I expect it to function as the title. Otherwise, perhaps month should have a title property.

Current Behavior

The datasetName disappears when mode: annotation is set

Steps to Reproduce (for bugs)

Set a month view and set mode: annotation to be true.

Context

JulianVJacobs avatar Jan 15 '24 06:01 JulianVJacobs

Adding some screenshot examples from me reproducing so whoever picks this up can understand:

mode: annotation Screenshot 2024-01-15 at 12 13 59 AM

without mode set Screenshot 2024-01-15 at 12 14 24 AM

Ideally we should be able to still display the name when mode: annotation is set.

My dataview setup (not necessarily the same as ops, but it reproduces):

searchType: frontmatter
searchTarget: Reading
folder: Journal/Daily
datasetName: Reading
month:
	mode: annotation
	annotation: 📖
	startWeekOn: 'Mon'
	color: steelBlue	

Example entry:

---
Reading: true
---

lazyguru avatar Jan 15 '24 07:01 lazyguru

When I was testing for the 1.13.2 release (just released today), the example files were working correctly. Can you please upgrade and recheck?

lazyguru avatar Jan 20 '24 04:01 lazyguru

I have the same problem.

Case 1:

```tracker
searchType: frontmatter
searchTarget: exercise
folder: "habits"
datasetName: Shambhavi
fixedScale: 1.3
month:
	mode: annotation
	annotation: 🧘‍♂️
	startWeekOn: 'Mon'
	color: steelblue
```

image


Case 2:

```tracker
searchType: frontmatter
searchTarget: exercise
folder: "habits"
datasetName: Shambhavi
fixedScale: 1.3
month:
        startWeekOn: 'Mon'
	color: steelblue
```

image

akshayats avatar Apr 05 '24 14:04 akshayats

Just wanted to add I have the same issue with 1.14.0

stockphrase avatar May 03 '24 16:05 stockphrase

Same here with 1.14.0.

tuliogd avatar Jul 15 '24 22:07 tuliogd