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
Icons (Tabler Icons - 5000+)
// Use ANY icon from tabler-icons.io Search
// Examples:
user, users, settings, home, bell
code, terminal, git, bug, brand-github
server, database, cloud, api, network
mail, message, phone, send, inbox
file, folder, download, upload, clipboard
check, x, alert, info, plus, minus
lock, key, shield, fingerprint, eye
photo, video, music, camera, microphone
arrow-right, chevron, external, link
clock, calendar, hourglass
chart-bar, graph, trending-up
shopping-cart, credit-card, currency-dollar
world, location, map-pin, compass
docker, brand-aws, cpu, device-mobile
share, star, heart, bookmark, thumb-up
brand-aws,brand-google,brand-apple
Usage: Node [icon: brand-github]
// Filled variant: append -filled to any icon name
Node [icon: heart-filled]
Node [icon: star-filled]
Node [icon: bell-filled]
Colors
// 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