Removed useless excalidraw toggle

This commit is contained in:
Simon Cambier
2024-01-20 10:58:36 +01:00
parent b86bbf8407
commit 569d6c73ed
3 changed files with 2 additions and 4 deletions

View File

@@ -37,8 +37,6 @@ export interface OmnisearchSettings extends WeightingSettings {
PDFIndexing: boolean
/** Enable Images indexing */
imagesIndexing: boolean
/** Enable Excalidraw indexing */
excalidrawIndexing: boolean
/** Enable indexing of unknown files */
unsupportedFilesIndexing: 'yes' | 'no' | 'default'
/** Activate the small 🔍 button on Obsidian's ribbon */
@@ -605,7 +603,6 @@ export const DEFAULT_SETTINGS: OmnisearchSettings = {
indexedFileTypes: [] as string[],
PDFIndexing: false,
imagesIndexing: false,
excalidrawIndexing: true,
unsupportedFilesIndexing: 'no',
splitCamelCase: false,
openInNewPane: false,