testLeadingDot
Tests whether a link has a leading dot, possibly embed: [[./link]], [title](./link), [title](<./link>), ![[./link]], , .
Import:
import { testLeadingDot } from 'obsidian-dev-utils/obsidian/link';Signature:
function testLeadingDot(link: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
link | string | Link to test |
Returns: boolean — Whether the link has a leading dot