UpdateFileUrlLinksInContentParams
Params for updateFileUrlLinksInContent.
Import:
import type { UpdateFileUrlLinksInContentParams } from 'obsidian-dev-utils/obsidian/link';Signature:
export interface UpdateFileUrlLinksInContentParamsProperties
| Property | Type | Description |
|---|---|---|
| abortSignal? | AbortSignal | The abort signal to control the execution of the function. |
| app | App | An Obsidian app instance. |
| content | string | The content to normalize the file:// links in. |
| shouldUseAngleBrackets? | boolean | Whether to emit the normalized links with angle brackets and raw spaces instead of %20-encoding. |
Links to this page: