BasesLinkConstructor.parseFromString method
BasesLinkConstructor › parseFromString
Unofficial
Parse BasesLink from string.Signature:
parseFromString(app: App, str: string, sourcePath: string): BasesLinkParameters:
| Parameter | Type | Description |
|---|---|---|
| app | App | The Obsidian application instance. |
| str | string | The string to parse. |
| sourcePath | string | The source path. |