Sync presets with the vault
sync_presets_vaultExport TouchDesigner presets to a Markdown note for version control, or import preset notes back into TouchDesigner storage.
Instructions
Bridge a COMP's manage_presets snapshots with the Obsidian vault. With action 'export' it READS TD storage and WRITES a Markdown note (diffable, shareable) under Presets/; with action 'import' it READS that note and WRITES the presets back into TD storage (merging by name). Returns the note path plus the affected preset names. Use this to version-control or share presets across machines; use manage_presets to capture/recall them live. Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | export TD presets to a vault note, or import a note's presets back into TD. | |
| comp_path | No | COMP whose presets live in storage (the manage_presets target). | /project1 |
| note | No | Vault note path (defaults to Presets/<comp>.md). |