Skip to content

isNote

Checks if the given file is a note.

Import:

import { isNote } from 'obsidian-dev-utils/obsidian/file-system';

Signature:

function isNote(pathOrFile: PathOrAbstractFile | null): boolean

Parameters:

ParameterTypeDescription
pathOrFilePathOrAbstractFile | nullThe path or file to check.

Returns: boolean — A boolean indicating whether the file is a note.