Skip to content

getCaseInsensitiveFileIndex

Retrieves the installed case-insensitive file index for the given application, if any.

Import:

import { getCaseInsensitiveFileIndex } from 'obsidian-dev-utils/obsidian/case-insensitive-file-index';

Signature:

function getCaseInsensitiveFileIndex(app: App): CaseInsensitiveFileIndex | null

Parameters:

ParameterTypeDescription
appAppThe application instance whose index to retrieve.

Returns: CaseInsensitiveFileIndex | null — The index if one is installed for this application, otherwise null.