This plugin for Obsidian adds a view to find unlinked mentions across your entire vault.
Special frontmatter properties can be used to alter the plugins behavior regarding a specific note.
ulmf_ignore: true
makes the plugin ignore unlinked mentions of this note. Same as setting bothulmf_ignore_title
andulmf_ignore_aliases
totrue
.ulmf_case_sensitive: true
makes the unlinked mentions of this note case sensitiveulmf_ignore_title: true
makes the plugin ignore the note title when searching for unlinked mentions of this noteulmf_ignore_aliases: true
makes the plugin ignore the aliases when searching for unlinked mentions of this note