markmv - v1.39.2
    Preparing search index...

    Interface ObsidianAmbiguity

    A wikilink whose bare target matches multiple notes in the vault.

    Obsidian resolves such links by path proximity, which means a file move can silently rebind them without any text changing anywhere -- the reason ambiguity is reported rather than guessed.

    interface ObsidianAmbiguity {
        stem: string;
        candidates: string[];
    }
    Index
    stem: string

    The bare wikilink target that matched more than one note

    candidates: string[]

    Absolute paths of every note the target matched