Skip to content

FixTitleParams

Parameters for fixTitle.

Import:

import type { FixTitleParams } from 'obsidian-dev-utils/obsidian/dataview-link';

Signature:

export interface FixTitleParams

Properties

PropertyTypeDescription
dvDataviewInlineApiThe DataviewInlineApi instance used to create the file link.
isFolderNote?booleanA boolean indicating whether the file is a folder note. If true, the title is derived from the folder name.
pathOrFilePathOrFileThe file path for which the title is to be fixed.

Links to this page: