Long node name // wrap (default)
Node [text: fit] // shrink font to fit
Node [text: clip] // truncate with ...
Connections
A > B // Arrow
A > B: label // With label
A > B > C // Chain
A > B, C, D // Branching
A - B // Line (no arrow)
A -- B // Dotted line
A --> B // Dotted arrow
A <> B // Bidirectional
Groups
Backend [color: blue] {
API [icon: api]
Database [shape: cylinder]
}
Frontend > Backend: REST API
// Primary
red, green, blue, yellow, purple
orange, pink, cyan
// Extended
teal, indigo, violet, fuchsia, rose
lime, emerald, sky, amber
// Neutrals
gray, slate, zinc, stone
// Special
brown, black, white
// Light variants
light-red, light-green, light-blue
light-yellow, light-purple, light-pink
light-orange, light-cyan
// Dark variants
dark-red, dark-green, dark-blue
dark-purple, dark-orange
Usage: Node [color: emerald]
Or hex: Node [color: #3b82f6]
Direction
direction down // default (top-to-bottom)
direction up // bottom-to-top
direction right
direction left
direction top // alias for down
direction bottom // alias for up
Keyboard Shortcuts
Ctrl+S Save version (with comment)
Ctrl+N New file
Version History
• Auto-saves every 5 minutes
• Click "History" to view versions
• Compare, preview, and restore
• Ctrl+S to save with description