You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for someone with the same problem as me and also a sugestion to clarify this in the documentation
I'm tracking a habit and trying to use the month Tracker, my habit is a dvField inline in the daily note
Exercise::Yes
I just want a color in the day, not worried about intensity or anything else, I took a long time to understand that it was finding the dvField and the problem was that it wasn't a number the target. I was sad to change all my notes to Exercise::1 so it showed up. I did and it worked but I was not happy. I saw that the plugin had Expressions and I was thinking maybe theres an expression that just returns a number so I could do somthing like {if "Yes" then 1} but I had no luck.
Finally I saw the emoji exemple by curiosity and stumbled upon textValueMap and finally were able to do what I was trying for so long, so I added the part below and it solved my problem. I just wished I didn't take that long to figure this out.
textValueMap:
Yes: 1
Anyway, thanks for the amazing plugin and congrats for all the work done!
The text was updated successfully, but these errors were encountered:
This is for someone with the same problem as me and also a sugestion to clarify this in the documentation
I'm tracking a habit and trying to use the month Tracker, my habit is a dvField inline in the daily note
Exercise::Yes
I just want a color in the day, not worried about intensity or anything else, I took a long time to understand that it was finding the dvField and the problem was that it wasn't a number the target. I was sad to change all my notes to Exercise::1 so it showed up. I did and it worked but I was not happy. I saw that the plugin had Expressions and I was thinking maybe theres an expression that just returns a number so I could do somthing like {if "Yes" then 1} but I had no luck.
Finally I saw the emoji exemple by curiosity and stumbled upon textValueMap and finally were able to do what I was trying for so long, so I added the part below and it solved my problem. I just wished I didn't take that long to figure this out.
textValueMap:
Yes: 1
Anyway, thanks for the amazing plugin and congrats for all the work done!
The text was updated successfully, but these errors were encountered: