An open API service indexing awesome lists of open source software.

https://github.com/mprojectscode/obsidian-unlinked-mentions-finder-plugin


https://github.com/mprojectscode/obsidian-unlinked-mentions-finder-plugin

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Unlinked Mentions Finder

This plugin for Obsidian adds a view to find unlinked mentions across your entire vault.

## Frontmatter Fields

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 both `ulmf_ignore_title` and `ulmf_ignore_aliases` to `true`.
- `ulmf_case_sensitive: true` makes the unlinked mentions of this note case sensitive
- `ulmf_ignore_title: true` makes the plugin ignore the note title when searching for unlinked mentions of this note
- `ulmf_ignore_aliases: true` makes the plugin ignore the aliases when searching for unlinked mentions of this note