Code cleaning
This commit is contained in:
@@ -1,15 +1,6 @@
|
|||||||
import {
|
import { isFileImage, isFilePDF, isFilePlaintext } from './tools/utils'
|
||||||
extractHeadingsFromCache,
|
|
||||||
getAliasesFromMetadata,
|
|
||||||
getTagsFromMetadata,
|
|
||||||
isFileImage,
|
|
||||||
isFilePDF,
|
|
||||||
isFilePlaintext,
|
|
||||||
removeDiacritics,
|
|
||||||
} from './tools/utils'
|
|
||||||
import type { TFile } from 'obsidian'
|
import type { TFile } from 'obsidian'
|
||||||
import type { IndexedDocument } from './globals'
|
import type { IndexedDocument } from './globals'
|
||||||
import { getImageText, getPdfText } from 'obsidian-text-extract'
|
|
||||||
import { cacheManager } from './cache-manager'
|
import { cacheManager } from './cache-manager'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user