Trevixal API
    Preparing search index...

    Interface BuiltinExporterOptions

    interface BuiltinExporterOptions {
        scripts?: () => string;
        styles?: () => string;
    }
    Index
    scripts?: () => string

    JavaScript inlined into the standalone HTML export. Defaults to documentBehaviourScript, which is what makes a tab strip switchable in a saved file. Pass () => '' for a page carrying no script.

    styles?: () => string

    CSS inlined into the standalone HTML export, so the file opens styled.