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

24
docs/nodes/Folder.md Normal file
View File

@@ -0,0 +1,24 @@
# Folder
Pick a folder and output its directory path plus one file socket per compatible file inside it. Supported files include common images, .npy/.npz arrays, and .gwy/.sxm/.ibw scans.
## Inputs
None.
## Outputs
| Name | Type | Description |
|------|------|-------------|
| directory | DIRECTORY | The selected folder path |
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| folder | FOLDER_PICKER | "" | Path to the folder to list |
## Limitations
- Only files with supported extensions are listed; subdirectories and unsupported file types are ignored.
- The number of file output sockets is determined at load time by the folder contents.