add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
# Image (Demo)
Load a bundled demo file so you can try the application without providing your own data. The file list is populated from the built-in demo directory at startup.
## Inputs
None.
## Outputs
| Name | Type | Description |
|------|------|-------------|
| field | DATA_FIELD | Loaded demo field |
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| name | dropdown | (first demo file) | Name of the bundled demo file to load |
| colormap | dropdown | viridis | Colormap applied to the field; hidden when colormap_map is connected |
## Limitations
- Only files present in the bundled demo directory are available; custom files cannot be added here.
- If no demo files are found, the dropdown shows "(no demo files found)".