markmv - v1.39.2
    Preparing search index...

    Interface ExtractOptions

    Configuration options for extract command operations.

    Controls the behaviour of the extract command, which writes inline base64 image data URIs out to real image files.

    interface ExtractOptions {
        outputDir?: string;
        dryRun?: boolean;
        verbose?: boolean;
        json?: boolean;
    }
    Index
    outputDir?: string

    Directory the extracted image files are written to (default: alongside each markdown file)

    dryRun?: boolean

    Perform a dry run without making actual changes

    verbose?: boolean

    Enable verbose output with detailed progress information

    json?: boolean

    Output results in JSON format instead of the human-readable summary