Bind a Text DAT to a vault note
bind_vault_textRead a vault note into a Text DAT for use as text/lyrics in visuals. Optionally sync live with Obsidian edits.
Instructions
Create a Text DAT whose content is read from a vault note (and, with sync on, kept live as you edit the note in Obsidian) — turning the vault into the text/lyrics source for your visuals. Wire the DAT into a Text TOP to render it. Requires TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Vault-relative note to read into TD (lyrics, poetry, any text content). | |
| parent_path | Yes | Parent COMP to create the Text DAT inside. | |
| name | No | Name for the Text DAT (defaults to a slug of the note). | |
| sync | No | Keep the DAT synced to the file, so edits in Obsidian show up live in TD. |