<%*
const dv = app.plugins.plugins[“dataview”].api;
const query = TABLE WITHOUT ID file.link as Session, dateformat(date, "MMMM dd, yyyy hh:mm a") as "Date", location as "Locations", description as "Description", end-date - date as "Length", elink(video, name) as "Title" FROM #session WHERE !meta and !contains(tp.file.tags, "#missing") and file.name != "Session Note Template" SORT date DESC;
const out = await dv.queryMarkdown(query);
tR += out.value;
%>