markmv - v1.29.0
    Preparing search index...

    Interface IndexCliOptions

    CLI options interface for the index command

    interface IndexCliOptions {
        type?: "links" | "import" | "embed" | "hybrid";
        strategy?: "manual" | "directory" | "metadata";
        location?: "root" | "all" | "branch" | "existing";
        name?: string;
        embedStyle?: "markdown" | "obsidian";
        template?: string;
        dryRun?: boolean;
        verbose?: boolean;
        json?: boolean;
        maxDepth?: number;
        noTraverseUp?: boolean;
        boundary?: string;
        generateToc?: boolean;
        tocMinDepth?: number;
        tocMaxDepth?: number;
        tocIncludeLineNumbers?: boolean;
    }
    Index

    Properties

    type?: "links" | "import" | "embed" | "hybrid"
    strategy?: "manual" | "directory" | "metadata"
    location?: "root" | "all" | "branch" | "existing"
    name?: string
    embedStyle?: "markdown" | "obsidian"
    template?: string
    dryRun?: boolean
    verbose?: boolean
    json?: boolean
    maxDepth?: number
    noTraverseUp?: boolean
    boundary?: string
    generateToc?: boolean
    tocMinDepth?: number
    tocMaxDepth?: number
    tocIncludeLineNumbers?: boolean