Export network docs to the vault
export_network_to_vaultDocument a TouchDesigner network as an Obsidian note with a Mermaid flowchart and wikilinked operators, turning vault graph view into a clickable patch map.
Instructions
Document an existing TD network into an Obsidian note: a Mermaid flowchart plus [[wikilinks]] for every operator and connection, so the vault's graph view becomes a clickable map of the patch. Requires TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Network root to document. | /project1 |
| recursive | No | Include all descendants (otherwise just the direct children). | |
| note | No | Vault note path (defaults to Networks/<path>.md). |