adding more nodes

This commit is contained in:
2026-04-03 23:11:52 -07:00
parent 5d4c6dfcea
commit 7747c1c7bc
146 changed files with 4950 additions and 145 deletions

15
docs/nodes/Journal.md Normal file
View File

@@ -0,0 +1,15 @@
# Journal
A rich-text note for recording experimental observations, analysis notes, or workflow documentation. Content is saved as part of the workflow.
## Outputs
| Name | Type | Description |
|------|------|-------------|
| text | STRING | The journal text content |
## Notes
- The Journal node provides a text area for free-form notes within your workflow.
- Content persists when the workflow is saved and loaded.
- Use it to document sample preparation details, measurement parameters, or analysis decisions alongside your processing pipeline.