What I’m trying to do
I’m wanting to create an inline dataviewjs query to call up my daily notes, weekly notes, and quarterly notes when they are relevant.
I’m currently using Dataview queries that are working for this but can’t seem to figure out how to convert those into inline dataviewjs. I’m very much a beginning in JavaScript, but working on learning a few things a little at a time.
Here’s the Dataview Query that is currently working for my Daily Note:
LIST
FROM "6-Daily Journal"
WHERE file.day = date(today)
I’d prefer to have this show as an array, rather than a list. Any help would be greatly appreciated. Thanks!