Getting Started with Schematics Editor

The Schematics Editor is a powerful, browser-native vector drawing tool designed for creating electrical schematics, UML diagrams, and floor plans. Built on SVG technology, it offers touch-optimized controls and 3D visualization capabilities.

Core Workflow

  1. Initialize Canvas: Start with a blank canvas or import an existing diagram.
  2. Select Mode: Choose a domain-specific mode (Electrical, UML, Floorplan) to access specialized symbols.
  3. Draw and Align: Place components, draw connections, and use snapping for precision.
  4. Analyze and Trace: (Optional) Use tracing tools to verify electrical connectivity.
  5. Export: Save your work as SVG, JSON, or clean HTML.

1. Canvas Setup

Creating a New Canvas

Select the New icon (📄) in the secondary toolbar. In the modal, specify:

Loading Existing Files

Select the Load icon (📂) to import files. The editor supports:


2. Navigation and View Controls

The editor provides multiple ways to navigate complex diagrams.

Basic Navigation

3. Advanced Visualization (3D View)

Open the Side Panel and navigate to the View Controls section to manipulate the canvas in 3D space:

ControlDescription
RotationRotates the entire canvas around the Z-axis.
PitchTilts the canvas forward or backward (Rotate X).
YawTilts the canvas left or right (Rotate Y).
PerspectiveAdjusts the viewing distance to emphasize or flatten the 3D effect.

3. Basic Drawing Workflow

Selecting Tools

Most drawing tools can be activated via the Edit section of the accordion toolbar or via keyboard shortcuts:

Snap and Grid

Enable the Grid (G) and Snap to ensure components align perfectly. Use the Grid Size dropdown in the side panel to adjust the snapping increment (10px, 20px, or 50px).

Managing Elements


4. Exporting Your Work

Navigate to the Export section in the toolbar:

  1. SVG: Standard vector format for use in other design tools.
  2. HTML: A self-contained file including the diagram and interactive viewing logic.
  3. JSON: Raw diagram data for programmatic use within the Ginexys ecosystem.
  4. Batch: If multiple diagrams are loaded in the Timeline, use Batch Export to save all tracks as separate SVG files simultaneously.