Find orphan notes

Using the Dataview plugin

```dataview
list
from ""
where length(file.inlinks) =0 and length(file.outlinks) = 0
```

This does have some shortcomings as I (possibly) found a Dataview bug which makes some linked mentions not appear for some files :thinking:

20 Likes