markmv - v1.39.2
    Preparing search index...

    Interface DuplicateNoteStem

    A note stem shared by multiple markdown files, making bare wikilinks to it ambiguous.

    interface DuplicateNoteStem {
        stem: string;
        paths: string[];
    }
    Index
    stem: string

    The stem (basename without extension) shared by multiple notes

    paths: string[]

    Absolute paths of every note carrying this stem