Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ know what fires it. Multi-select with shift- or ctrl-click; lasso a
region with shift- or ctrl-drag; alt-drag to draw a coloured group
rectangle behind cards as a visual annotation.

`</> Source` toggles a syntax-highlighted KDL view of the workflow on
the right side of the canvas. Two-way: canvas edits re-encode into the
pane on the fly, and edits typed into the pane parse on a 600ms
debounce and re-apply to the canvas. Tab inserts 4 spaces. Broken KDL
surfaces a coral "● unparsed" chip in the pane's header (parse error
in a tooltip) and the canvas holds at last-good state until you fix
the source or click out.

![Editor canvas with the source pane open on the right, showing the same workflow as syntax-highlighted KDL alongside the visual graph](docs/design/screenshots/editor-source-pane.dark.png)

Step-by-step debugger. ⏯ Debug pauses the engine between every action;
Step / Continue / Stop are the controls. The active card pulses; each
step's status dot settles to green / red / grey on outcome. Repeat
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading