Trilium Electron API
    Preparing search index...

    Interface NativeImportOptions

    Import flags forwarded to the native importer (mirrors the HTTP route's options; no path).

    interface NativeImportOptions {
        codeImportedAsCode: boolean;
        explodeArchives: boolean;
        replaceUnderscoresWithSpaces: boolean;
        safeImport: boolean;
        shrinkImages: boolean;
        spreadsheetImportedAsSpreadsheet: boolean;
        textImportedAsText: boolean;
    }
    Index
    codeImportedAsCode: boolean
    explodeArchives: boolean
    replaceUnderscoresWithSpaces: boolean
    safeImport: boolean
    shrinkImages: boolean
    spreadsheetImportedAsSpreadsheet: boolean
    textImportedAsText: boolean