This/Self shortcut #639
-
Is there a shortcut for the current file (i.e. like a I'm trying to create a bi-directional link snippet for MOC's to Notes and Notes back to MOC's, by using two mapping / list fields: ```dataview list where any(contains(topic, self.MOC)) ``` in MOC's to list any notes whose ```dataview list where any(contains(MOC, self.topic)) ``` in Notes to list the MOC's the note is attached to. With snippets like this, I can automate manually adding breadcrumbs and relationships to Notes, by simply using keywords added in the frontmatter! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is - |
Beta Was this translation helpful? Give feedback.
There is -
this
refers to the frontmatter and metadata of the file the query is executing in.