--- source: https://www.jointjs.com/demos/link-teleports github: https://raw.githubusercontent.com/clientIO/joint-demos/main/link-teleports/README.md generated: 2026-03-26 format: plaintext --- JointJS+: Link Teleports JointJS+ As diagrams get more complex, long links can clutter the canvas by crossing over other elements. Teleport links avoid this by replacing the visible path with small markers at each end. Clicking a marker moves the viewport to the other end, so users can navigate between connected shapes without the visual noise of a long link. Markers appear automatically for long links, while short links stay visible. This example shows how to implement teleport links in a diagram. This demo is also available online at jointjs.com. Available Versions JavaScript Screenshot !screenshot