Joe Constant
Joe Constant
@Corrado-Patruno it works based on specific dates, however it does not have to be in daily files. There are multiple search targets (eg you can search on `task` and use...
Hi @Teighe I believe the issue is with `"body_energy: High"`. If I remove `: High` then the generic errors go away (I would need some sample files to provide any...
Can you provide an example of what you are trying to do? (sorry, I've not used line or bar charts with this plugin yet). I'm trying to organize getting this...
Thanks for this. It took me a minute or two to understand, but then I 🤦🏻. I completely agree, adding some start/end dates to the examples would be a good...
That should be fine. Though I'd like to do the code and non-code stuff in separate PRs since the non-code stuff should be simpler to push through. The code stuff...
Hmm... I don't have easy access to a Windows computer to look at this. Hopefully someone else can pick it up and take a look
I don't think it's possible currently. But definitely something that could be added.
This sounds more like you need a feature to be able to provide value markers in the graph instead? Something like: ```tracker searchType: text searchTarget: 'This\s+One:\s+(?[\-]?[0-9]+[\.][0-9]+|[\-]?[0-9]+)' folder: This/Folder/ line: title:...
I don't think that roadmap is relevant any more. It hasn't been followed in almost 2 years at this point. Features are contributed by whomever is willing to work on...
While maybe not the best thing, you can use the `separator` parameter to specify the multivalue separator as a workaround. Eg: ``` ```tracker searchType: frontmatter searchTarget: mythingtotrack separator: | line:...