markmv - v1.26.2
    Preparing search index...

    Interface ConvertOptions

    Configuration options for convert command operations.

    Controls the behavior of the convert command including target formats and processing options.

    interface ConvertOptions {
        pathResolution?: "absolute" | "relative";
        basePath?: string;
        linkStyle?: "markdown" | "claude" | "combined" | "wikilink";
        dryRun?: boolean;
        verbose?: boolean;
        recursive?: boolean;
    }
    Index

    Properties

    pathResolution?: "absolute" | "relative"

    Target path resolution type

    basePath?: string

    Base path for relative path calculations

    linkStyle?: "markdown" | "claude" | "combined" | "wikilink"

    Target link style format

    dryRun?: boolean

    Perform a dry run without making actual changes

    verbose?: boolean

    Enable verbose output with detailed progress information

    recursive?: boolean

    Process directories recursively