markmv - v1.39.2
    Preparing search index...

    Interface WikilinkResolution

    The outcome of resolving one wikilink target against the vault.

    interface WikilinkResolution {
        resolvedPath?: string;
        ambiguous?: string[];
    }
    Index
    resolvedPath?: string

    The single note or asset the target resolves to, when unambiguous

    ambiguous?: string[]

    Every note a bare target matched, when ambiguous