DesktopCdpTransport.registerVault method
DesktopCdpTransport › registerVault
Registers a vault via Electron IPC evaluated through CDP.Uses an existing Obsidian target to send the
vault-open IPC command, then polls until the new vault's target appears.Signature:
registerVault(vaultPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| vaultPath | string | The absolute path to the vault folder. |