graydon / obsidian-dangling-links

obsidian plugin for displaying dangling links
MIT License
46 stars 2 forks source link

Detect dangling links in properties (previously known as frontmatter or YAML) #22

Closed claremacrae closed 8 months ago

claremacrae commented 9 months ago

Obsidian has introduced a Properties UI that makes it easy to add links in the frontmatter/yaml.

It would be really helpful if this plugin could detect any dangling links in frontmatter.

Example file:

---
creation date: 2024-02-11 07:56
tags: 
aliases: 
delete me: "[[I Do not exist]]"
---

# Demo

No dangling link is shown:

image

claremacrae commented 8 months ago

I've requested this facility in the Broken Links plugin:

https://github.com/ipshing/obsidian-broken-links/issues/5

claremacrae commented 8 months ago

Just to note that this is now available in Broken Links release 1.2.0 so closing.