GenerateRawMarkdownLinkParams
Params for generateRawMarkdownLink.
Import:
import type { GenerateRawMarkdownLinkParams } from 'obsidian-dev-utils/obsidian/link';Signature:
export interface GenerateRawMarkdownLinkParamsProperties
| Property | Type | Description |
|---|---|---|
| alias? | string | undefined | An alias of the link. Defaults to undefined. |
| isEmbed? | boolean | Whether the link should be an embed link. |
| isWikilink | boolean | Whether the link should be a wikilink. |
| shouldEscapeAlias? | boolean | Whether to escape the alias. Applicable only if isWikilink is false. |
| shouldUseAngleBrackets? | boolean | Whether to use angle brackets. Applicable only if isWikilink is false. |
| title? | string | A title of the link. |
| url | string | An URL of the link. |
Links to this page: