Quick Start
Instructions to create, wire, and export a schematic in CircuitMarkdown.
Step 1: Open the Studio Editor
Select Open Editor in the top navigation bar or navigate to /editor. Select the Code tab to enter schematic text.
Step 2: Add Components
Enter these component definitions into the editor:
BAT_MULTI BAT_MULTI1 "V1" "5V" (10,4) orient=90
R R1 "R1" "500" (15,0)
LED LED1 "D1" "red" (20,4) orient=90
Field Descriptions
BAT_MULTI,R,LED: Component type codes.BAT_MULTI1,R1,LED1: Unique component identifiers."V1","500": Reference designators and value strings in double quotes.(10,4): Grid coordinates in parentheses.orient=90: Clockwise rotation angle in degrees.
Step 3: Connect Components with Wires
Add wire statements to complete the circuit:
BAT_MULTI BAT_MULTI1 "V1" "5V" (10,4) orient=90
R R1 "R1" "500" (15,0)
LED LED1 "D1" "red" (20,4) orient=90
W BAT_MULTI1.1 R1.1
W R1.2 LED1.1
W LED1.2 BAT_MULTI1.2
W BAT_MULTI1.1 R1.1connects pin 1 ofBAT_MULTI1to pin 1 ofR1.W R1.2 LED1.1connects pin 2 ofR1to pin 1 ofLED1.W LED1.2 BAT_MULTI1.2connects pin 2 ofLED1to pin 2 ofBAT_MULTI1.
Step 4: Export the Schematic
Select the Canvas tab to inspect the rendered schematic.
Select Export in the top toolbar to open the export dialog.
Choose your background and format settings, then download the schematic file.