Trilium Frontend API
    Preparing search index...

    Interface DownloadHTML

    interface DownloadHTML {
        style?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    style?: boolean

    By default the HTML output is a simple un-styled table. if you would like to match the current table styling you can set the style property to true.