Skip to content

fixTitle

Fixes the title of a file or folder note by generating a Link object with a proper title.

Import:

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

Signature:

function fixTitle(params: FixTitleParams): Link

Parameters:

ParameterTypeDescription
paramsFixTitleParamsThe parameters for fixing the title.

Returns: Link — A Link object with the corrected title.


Links to this page: