Vinzent03 / find-unlinked-files

Find files, which are nowhere linked, so they are maybe lost in your vault.
MIT License
293 stars 14 forks source link

Count notes with links in properties (frontmatter) as "not orphaned" #58

Closed svenluijten closed 6 months ago

svenluijten commented 10 months ago

As far as I can tell, if I don't have a link in the body of a note, it will be counted as "orphaned". Now, Obsidian has introduced the concept of "properties" (which is just rebranded yaml frontmatter), in which you can also have links like so:

---
company: "[[Company A]]"
---

This is a meeting with some people from this company.

The above note will still be counted as "orphaned", even though it has a link to Company A.

schobernoise commented 9 months ago

I would also like to request this feature - almost all of my linked notes contain some form of frontmatter links.

Vinzent03 commented 6 months ago

This is now resolved with bb1b21b7725b7bc3f8ad1cc2817fcfde9002f15e and released :tada: