Idea Map is Wenodify's graph editor for anything that grows as a tree: a root, children, branches, depth, and collapse. You author once on the canvas; the graphType you pick tells downstream systems how to read each node at export.
Open it at /app/idea-map. Pick a graph type before you start — it sets default node names, preview device, export filename, and SQL export profile.
Pick a graph type first — Ideas, Conversation, Quiz, Steps, or Explorer.Canvas
Editing on the canvas
Add and rename nodes
Double-click the canvas or use Add on a selected node.
Double-click a label to rename inline.
Every node has label (title), body (notes), and status (draft, active, archived).
Organize
Drag nodes to reposition within the layout.
Collapse subtrees to hide branches while keeping data.
Search and highlight nodes from the toolbar.
Toggle vertical layout and auto-layout from the command bar.
Use Fit (⌘0) when the tree outgrows the viewport.
Inspector
Open the node inspector (ⓘ on a node) for full label, body, and status editing — useful when the body holds longer copy, quiz choices, or conversation replies.
Undo history
Full undo/redo stack (⌘Z / ⌘⇧Z) so you can experiment without fear. History covers node adds, deletes, edits, and layout changes.
Auto-layout keeps large maps readable — search, collapse, and fit as depth grows.Toolbar
Command bar reference
Control
What it does
Graph type selector
Sets active type (ideas, conversation, chatbot, quiz, steps, explorer)
Vertical / layout
Tree orientation and layout mode
Auto layout
Keeps siblings and columns evenly spaced
Preview
Opens device-shaped experience preview (⌘⇧E)
Import / Export
JSON round-trip or SQL loader handoff
Find node
Search and jump to a node by label
Preview
Experience preview
Preview simulates how your graph reads at runtime — not just a zoomed canvas, but a device-shaped view:
ideas — desktop outline
conversation — phone dialog transcript with branch choices
chatbot — phone chatbot with back navigation
quiz — phone quiz with answer branches
steps — step-by-step checklist with prev/next
explorer — tablet topic browser with drill-down
Open with ⌘⇧E / Ctrl+Shift+E or the Preview button. Press F inside preview for present mode. See each type in detail on the graph types guide.
Export
Handoff from Idea Map
Exports use wenodify-{graphType}.json or .sql. JSON is full round-trip; SQL includes an export profile comment for loaders. Read the full export guide.
Next steps
Ready to nodify?
Open a studio, try an example workflow, or read product context on About and Changelog.