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

Any way to track different things on one calander

Open guategeek opened this issue 2 years ago • 1 comments

I'm trying to set up a tracker that goes to a calendar where:

  • one value shows up as green dots, and tracks streaks.
  • Another value shows up as red dots, and isn't counted towards streaks
  • A third value shows up as orange dots, and isn't counted towards streaks.
  • I would love to be able to use keywords for the values rather than numbers, or be able to map values to keywords on the calendar widget itself.

Is there any way to do any of this?


Example of tag values: good, so-so, bad

#tracking-tag:good

I tried using textValueMap but it dousn't seem to work with the month chart:

searchType: tag
searchTarget: tracking-tag
datasetName: Mental Health
folder: Journal
textValueMap:
    good: 100
    so-so: 50
    bad: 0
month:
    startWeekOn: 'Mon'
    color: green
    headerMonthColor: orange
    selectedRingColor: steelblue

Likewise it would be nice to color code them with something like a colorValueMap say:

colorValueMap:
    100: green
    50: orange
    0: red

guategeek avatar Jan 04 '22 15:01 guategeek

I'd really like this, too. I'm trying to track my stock trading performance and it would be amazing if I could map positive numbers to green and negative to red. Right now, I'm tracking green days and can't differentiate between negative days and days with no value.

leethobbit avatar Jan 24 '23 13:01 leethobbit