TechLifeWeb

Repost 2024-06-12T15:57:43.189-07:00


Published by 
Scott Kingery
 on 

🚀Boosted:

Use the Dataview plugin in #Obsidian to see all orphan files:

```dataview
LIST FROM ""
WHERE length(file.inlinks) = 0
AND length(file.outlinks) = 0
```