Lise
Lise
In the meantime... see https://forum.obsidian.md/t/dataviewjs-snippet-showcase/17847/225?u=lise for a way to create a static dataview table using a templater template.
Ok. Thanks for the explanation. I would have preferred the opposite, such that if a string includes an odd character like a comma it has to go between quotation marks,...
Is there anyway to modify my DQL to include both tasks and anything else? The idea is to get notification of upcoming due dates - I think most users will...
I think I found it. I can add ``` or contains(striptime(file.tasks.due), striptime(date(today))) ``` and it seems to work!
I'll try without the striptime as you suggest. I spoke too soon when I said the entire thing worked. It works fine when using `contains(striptime(file.tasks.due), striptime(date(tomorrow))` where one could just...
Thank you for the suggestion. I'll keep noodling to try to make it work. Unfortunately, as is, I get the following error: Dataview: Error: 
I should say I hope you don't think I'm being a pain for something that only I can use. I really do think people use due dates all the time...
@mnvwvnm Ah good catch! Thanks.
Alas... it doesnt pick up tasks with due dates.  
It's no biggie. I'll just create a query for tasks right under my query for notes.