obsidian-tracker
obsidian-tracker copied to clipboard
Month view "datasetName" doesn't function as a title when "mode: annotation" is set
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
Adding some screenshot examples from me reproducing so whoever picks this up can understand:
mode: annotation
without mode set
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
---
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?
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
```
Case 2:
```tracker
searchType: frontmatter
searchTarget: exercise
folder: "habits"
datasetName: Shambhavi
fixedScale: 1.3
month:
startWeekOn: 'Mon'
color: steelblue
```
Just wanted to add I have the same issue with 1.14.0
Same here with 1.14.0.