pyrochlore / obsidian-tracker

A plugin tracks occurrences and numbers in your notes
MIT License
1.31k stars 229 forks source link

Cannot register pages in specified folder #20

Closed Lennon-ruthven closed 3 years ago

Lennon-ruthven commented 3 years ago

Hello, I am unsure why this problem exists.

my code is:

searchTarget: Learn, Improve my wellbeing, Make progress, Manage my energy, Be mindful, Contribute, Share, Strive, Love my family, Love myself
searchType: dvField
datasetName: πŸ‘©β€πŸŽ“ Learning, πŸ‘© Wellbeing, πŸ“ˆ Progress, πŸ’‘ Energy, 🌸Mindfulness, 🎁 Contribute, πŸ“¬ Share, πŸ’― Strive, πŸ’• Family, πŸ’œ Self-love
folder: + Day Notes
startDate: 2021-05-15
fitPanelWidth: true
line:
    title: Daily Questions Summary
    lineColor: magenta, red, orange, green, cyan, blue, purple, indigo, black, grey
    showLegend: true
    legendPosition: right
    yMax: 10

I am trying to achieve this so my data is read from a Day Note and translated across to the tracker.

The section in my day note looks like this:

- #❓/πŸ‘©β€πŸŽ“ | Learn:: 1
- #❓/πŸ‘© | Improve my wellbeing::  2
- #❓/πŸ“ˆ | Make progress:: 3
- #❓/πŸ’‘ | Manage my energy:: 4 
- #❓/🌸 | Be mindful:: 4
- #❓/🎁 | Contribute:: 5
- #❓/πŸ“¬ | Share:: 6
- #❓/πŸ’― | Strive:: 7
- #❓/πŸ’• | Love my family:: 7 
- #❓/πŸ’œ | Love myself:: 8

I create pages in the specified day note folder, shown on line 7 in the Tracker Example, using the data from my Day Note just above, yet i receive this: https://gyazo.com/5dfea46876248dacb4ea349b5ae87357

Sorry for your time, I just have no idea what I'm doing wrong.

pyrochlore commented 3 years ago

It's ok to ask me any question about the plugin.

I am not sure what exactly happened in your vault. Maybe the folder is empty? or the date format of the note does not match the settings?

I borrowed your data above and made a test project here like this. image

Please put the folder 'case' under your vault to see the result and do some comparison. Or you can send me yours and let me check it.

pyrochlore commented 3 years ago

Will close this issue. If you still have problem using the plugin, welcome to reopen this issue.