Integrate Reminder and Dataview

How to use fields to define a task in reminder?
I wish to use the fields i have stored in properties to create a new task and get a reminder for it
I tried writing this:

- [ ] `=this.title` (@`=this.date`)  

and as it turns out, reminder sees it as it is, not the field values.
any possible fixes or workarounds?

I don’t think there’s any way around that one. You’re trying to create a task which by nature is dynamic, and that will most likely not work out particularly nice with other task integration tools.

If you’re using this for just one task in each file, you might get better result using inline fields like in:

- [ ] (title:: My title) @2024-12-20

This would still allow for other queries to get at the information in the fields, and maybe Reminder would treat this better?

That doesn’t work as the reminder plugin reads it as (title:: My title)
I think the plugin needs changing to allow to parse data from fields