Help with Tracker Plugin when my frontmatter is nested

What I’m trying to do

I’m trying to use the Tracker Plugin to parse my daily frontmatter tags to create a chart.
My frontmatter looks something like this:

  • Habits:
    • Habit_1:
    • Habit_2:
    • etc
      image

Now, i want to create a tracker chart only for Habit 2.

Things I have tried

I tried as SearchTarget:

  1. Habit_2
  2. Habits/Habit_2
  3. Habits\Habit_2

image

None will work, but, the message i’m receiving is “No valid Y value found in notes.”
image

Or course, if I move Habit_2 outside of the structure, everything is ok…

Thanks in advance for any help you can provide.

I have never used the Tracker plugin before, but maybe you try

searchTarget: Habits.Habit_2

Thanks @mr_abomination!

  • i already tried - and is not working. Got the same error as above.

Still looking for a solution.

Have you looked on the GitHub for the project, or even opened an issue there?

Yes, i posted a Feature Request.

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