Trilium Electron API
Preparing search index...
<internal>
NativeImportOptions
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
Properties
code
Imported
As
Code
explode
Archives
replace
Underscores
With
Spaces
safe
Import
shrink
Images
spreadsheet
Imported
As
Spreadsheet
text
Imported
As
Text
Properties
code
Imported
As
Code
codeImportedAsCode
:
boolean
explode
Archives
explodeArchives
:
boolean
replace
Underscores
With
Spaces
replaceUnderscoresWithSpaces
:
boolean
safe
Import
safeImport
:
boolean
shrink
Images
shrinkImages
:
boolean
spreadsheet
Imported
As
Spreadsheet
spreadsheetImportedAsSpreadsheet
:
boolean
text
Imported
As
Text
textImportedAsText
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
Imported
As
Code
explode
Archives
replace
Underscores
With
Spaces
safe
Import
shrink
Images
spreadsheet
Imported
As
Spreadsheet
text
Imported
As
Text
Trilium Electron API
Loading...
Import flags forwarded to the native importer (mirrors the HTTP route's options; no path).