Create table on Daily Note of all files created on that same day #1156
-
Please forgive me if this has been asked and answered. I could not find anything on it. GOAL: List all files created on the same day as a "today's daily note" from the Daily notes Core Plugin OBJECTIVES:
ADDITIONAL DETAILS:
NOTE: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Dataview results are dynamic... they are a "data" "view" in the moment you run the query. This means that if you make any change to the file the propriety related with the modified date changes as well. So, if you create a list in yesterday note, once you change any file in that list today then the file goes away from yesterday query output! |
Beta Was this translation helpful? Give feedback.
TABLE WITHOUT ID file.link AS "Notes created on that day" FROM "" WHERE file.cday = date(this.file.name) SORT file.name