Map commands
Named commands that operate on the map viewport or element layout.
Viewport commands
Fit — fit all visible elements to the viewport. Standard “fit to screen.” Shows everything in view at once.
Pan — move the map viewport by dragging without zooming. The map shifts; scale stays the same.
Zoom — scale the map viewport in or out. Applies to the canvas only — not the whole application. (App-level zoom, Cmd+/Cmd−, is a separate concept not yet implemented.)
Layout commands
Tidy — auto-arrange elements using a layout algorithm. Multiple algorithms available (force-directed, tree, timeline, etc.). Only affects elements that are not pinned.
Focus
Focus — degree-based connection filtering. Select one or more elements, then choose a degree:
- Degree 1: show only direct connections of the selected element(s)
- Degree 2: show those + their connections
- Degree 3: one hop further — and so on
Degree — the depth parameter for Focus. The number of hops out from the selected element that remain visible.
Tilde (~) — clears Focus and returns the full map to view.
Visibility
Show/Hide — a global toggle concept. See Show and Hide.