WorkspaceProtocolHandler.execCapacitorUrl method
WorkspaceProtocolHandler › execCapacitorUrl
Unofficial
Parse and dispatch a Capacitor (mobile) deep-link URL. Reloads the app into the target vault if the URL points at a different vault.Signature:
execCapacitorUrl(url: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| url | string | The raw obsidian:// URL. |
Returns: void