Note 2026-05-04T19:27:29.000-07:00
Published by Scott Kingery on
Obsidian: I asked earlier about files I keep in a folder and want to see if there was a way to see if these were linked in notes. These are other than Markdown like screenshots, images, and other files.
A couple of nice people replied and then I realized I had most of the code for a Base so I made some modifications, no plugin needed.
Here is the code for the base, nothing fancy but it gets the job done. From the list I can decide to delete or link the file.
formulas:
LinkedToThis: file.backlinks.map(value.asFile())
views:
- type: table
name: Table
filters:
and:
- file.inFolder("Files")
- formula.LinkedToThis.isEmpty()
order:
- file.name
- formula.LinkedToThis
columnSize:
file.name: 566
#Obsidian
