crossnote
    Preparing search index...

    Interface HTMLTemplateOption

    interface HTMLTemplateOption {
        embedLocalImages: boolean;
        embedSVG?: boolean;
        isForBrowser?: boolean;
        isForPrince: boolean;
        isForPrint: boolean;
        offline: boolean;
    }
    Index

    Properties

    embedLocalImages: boolean

    whether to embed local images as base64

    embedSVG?: boolean

    whether to embed svg images

    isForBrowser?: boolean

    Whether the HTML will be opened in a browser (e.g. "Open in Browser"). When true under WSL, file:// URLs are translated so Windows browsers can reach WSL filesystem paths. Export tools (puppeteer, prince, ebook-convert) run inside WSL and must NOT use translated URLs.

    isForPrince: boolean

    whether is for prince export.

    isForPrint: boolean

    whether is for print.

    offline: boolean

    whether for offline use