Dataview query inside templaterjs returns dv is not defined

Try adding the following at the start of your templater js block:

const dv = this.app.plugins.plugins["dataview"].api
3 Likes