pyrochlore
pyrochlore
Sorry, we don't have that function. Currently, Tracker only collects numeric data (get numbers or count the number of instances) from notes.
Hi @jansvrs, You can use the parameter `valueShift` to shift the time by -24:00. Because not all the time value should be shifted, also use the parameter `shiftOnlyValueLargerThan` with a...
I can repeat your result. The behavior for this is not correct. Will fix it.
I'm afraid we cannot do that for now. The startDate and endDate parameters apply to all dataset while extracting data. In future we may add a dataset expression to help...
Will find a way to deal with the line wrap.
Yap, I can repeat the issue. Will fix it.
Please reinstall the plug-in. I have renewed the version.
Hi @ganesshkumar, There is a heatmap type [working in progress](https://github.com/pyrochlore/obsidian-tracker/blob/master/src/heatmap.ts). I didn't finish it yet. Sorry I am really busy recently, not sure when will it be done.
Thanks for the suggestions. I thought about this before and planed to do it after all the main features (at least the feature I need) are done. Maybe two or...
Parameter `fillGap` can help you. :) ``` searchType: ... searchTarget: ... line: fillGap: true .... ```