markmv - v1.39.2
    Preparing search index...

    Interface RefactorIndexOptions

    Configuration options for index file refactoring operations.

    Controls the target convention and the behaviour of the underlying move machinery.

    interface RefactorIndexOptions {
        to?: IndexConvention;
        dryRun?: boolean;
        verbose?: boolean;
        discoveryRoot?: string;
    }

    Hierarchy (View Summary)

    Index

    Target naming convention; defaults to the opposite of the file's current convention

    dryRun?: boolean

    Perform a dry run without making actual changes

    verbose?: boolean

    Enable verbose output with detailed progress information

    discoveryRoot?: string

    Root anchoring bystander discovery; an in-place rename spans one directory, so callers should pass the project or vault root to catch bystanders above it