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): LinkParameters:
| Parameter | Type | Description |
|---|---|---|
params | FixTitleParams | The parameters for fixing the title. |
Returns: Link — A Link object with the corrected title.
Links to this page: