Course/Chapter 1/3. The n8n Editor Interface
    beginner
    Chapter 1: Introduction to n8n

    3. The n8n Editor Interface

    A guided tour of the n8n canvas, node panel, execution log, and settings.

    10m Lesson 3 of 5

    The n8n editor is where you'll spend most of your time. Understanding its layout and features will dramatically speed up your workflow development.

    Canvas

    The central area where you build workflows visually. Nodes are placed on the canvas and connected with wires.

    Key Areas

    1. Node Panel (left sidebar): Browse and search for nodes to add to your workflow
    2. Canvas (center): Your workflow's visual representation
    3. Execution Panel (bottom): View execution history and debug data
    4. Settings (top right): Workflow settings, sharing, and version history

    Essential Shortcuts

    • - Tab: Open the node search
    • - Ctrl+S: Save workflow
    • - Ctrl+Enter: Execute workflow
    • - Ctrl+Z / Ctrl+Y: Undo / Redo
    • - Space + Drag: Pan the canvas
    • - Scroll: Zoom in/out

    Code Examples

    Keyboard Shortcuts Reference
    text
    Tab          → Open node search panel
    Ctrl+S       → Save current workflow
    Ctrl+Enter   → Execute workflow
    Ctrl+Z       → Undo last action
    Ctrl+Y       → Redo last action
    Ctrl+C       → Copy selected nodes
    Ctrl+V       → Paste nodes
    Del / Backsp → Delete selected nodes
    Ctrl+A       → Select all nodes
    Space+Drag   → Pan canvas
    Scroll       → Zoom in/out

    Pro Tips

    • 💡Use Tab to quickly search and add nodes — it's the fastest way to build workflows
    • 💡Double-click any node to open its configuration panel
    • 💡Use Sticky Notes (Ctrl+Shift+S) to document your workflow logic

    Comprehension Quiz

    Answer 2 of 2 correctly to unlock lesson completion.

    1. What keyboard shortcut opens the node search panel?

    2. What shortcut executes a workflow?

    Pass the quiz above to unlock lesson completion