Trying to use an input value for tracker

Disclaimer I do not know how to code in the slightest

I’ve been trying to use a callout to input a number, and then for that number to be displayed on my tracker. It looks like this

[!weight] + Weight

you cant see it for some reason but theres a input box right under Weight, looks like < input > without the spaces.
And then the tracker code looks like this

searchType: "text"
searchTarget: Weight
folder: Journal
startDate: 2024-01-01
endDate: 2024-12-31
aspectRatio: 20:9
line:
    title: Weight Log
    yAxisLabel: Weight
    yAxisUnit: Lbs
    lineColor: yellow

but every time I enter a number in the input the number doesnt get saved and the tracker inputs it as either 1 or 2 on the graph, instead of a 3 digit number like what im actually typing.

Once again I have basically no knowledge of coding I just copy and pasted from yt videos and kept trying things. I really want to use the callout for the input because it looks the cleanest compared to just frontmatter or whatever.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.