Meta
up:: ๐งช Code Diary
type:: #log/code
tags:: #on/snippets
language:: Dataview
program:: Obsidian
topics:: Coding
Unrequited Notes
Language:: Plugin - Dataview
Program:: Obsidian
Link::
Summary
Query all notes not linked in this note, but that do point to this one
Code
list
From #log
where contains(this.file.inlinks, file.link) and !contains(this.file.outlinks, file.link)
Explanation
This is a great query that I use on my maps to show all links that point to it, but that aren't mentioned already. I still can't quite figure out if it can tell what notes are listed via a separate dataview query.
Result
up:: ๐งช Code Diary