markmv - v1.39.2
    Preparing search index...

    Interface EmbedOptions

    Configuration options for embed command operations.

    Controls the behaviour of the embed command, which inlines local image files as base64 data URIs.

    interface EmbedOptions {
        dryRun?: boolean;
        verbose?: boolean;
        json?: boolean;
    }
    Index
    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