You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to embed dataview queries from other notes in my daily notes template, for example:
![[daily_common#Today]]
The embedded query in daily_common.md looks like this:
# Today
```dataview
TASK
FROM -"Daily Notes"
WHERE !checked AND due AND due = this.file.day
```
However, this doesn't work because this refers to daily_common.md rather than the embedding note. Is there a way to retrieve the metadata of the embedding/parent note?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to embed dataview queries from other notes in my daily notes template, for example:
The embedded query in
daily_common.md
looks like this:However, this doesn't work because
this
refers todaily_common.md
rather than the embedding note. Is there a way to retrieve the metadata of the embedding/parent note?Beta Was this translation helpful? Give feedback.
All reactions