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: truemakes the plugin ignore unlinked mentions of this note. Same as setting bothulmf_ignore_titleandulmf_ignore_aliasestotrue.ulmf_case_sensitive: truemakes the unlinked mentions of this note case sensitiveulmf_ignore_title: truemakes the plugin ignore the note title when searching for unlinked mentions of this noteulmf_ignore_aliases: truemakes the plugin ignore the aliases when searching for unlinked mentions of this note
The plugin can also find unlinked header mentions that follow the Pathfinder 2e dungeon room format (very specific, but that is what I need).
Headings in the form of A12 - Foo are recognized and mentions in the same note to A12 are detected. Sub-rooms like B2a are also supported.