parseLink
Parses a link into its components.
Import:
import { parseLink } from 'obsidian-dev-utils/obsidian/parse-link';Signature:
function parseLink(str: string): ParseLinkResult | nullParameters:
| Parameter | Type | Description |
|---|---|---|
str | string | The link to parse. |
Returns: ParseLinkResult | null — The parsed link.