You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ A plugin for Obsidian to draw circuits on a canvas. It is based on the [code-for
12
12
-[Features](#features)
13
13
-[Installation](#installation)
14
14
-[Usage](#usage)
15
+
-[Component Library](#component-library)
15
16
-[License](#license)
16
17
17
18
## Features
@@ -39,17 +40,32 @@ or
39
40
2. Start drawing your circuit on the canvas:
40
41
- On the canvas, right-click to show the canvas menu, and select `Create Node`.
41
42
- Right-click on the node to show the node menu, select `Change Image`, and choose an image relevant to your circuit node.
42
-
- Right-click on the node to show the node menu, select `Add Port`, and choose the port location and type.
43
+
- Right-click on the node to show the node menu, select `Add Port...`, and choose the port location and type.
43
44
- You can rename the circuit node label or port label by double-clicking on the label. The port or port label can also be deleted (right-click on the port to show the port menu and proceed from there).
44
45
- You can relocate ports, either to a different node side or rearrange the ports on the same side, by dragging and dropping the port to the desired location within the dotted blue area.
45
46
- After you are satisfied with your changes to the circuit node, and if you wish to save the circuit node to reuse it in the current or a different `.circuit-sketcher` file, you can right-click on the circuit node and press `Save Node to Library` (this will update the root Obsidian vault `circuit-sketcher.lib` file).
46
-
- You can reuse the node by right-clicking on the canvas and selecting `Add Node from Library`.
47
+
- You can reuse the node by right-clicking on the canvas and selecting `Library...` then selecting the desired node.
47
48
- Connections between circuit nodes can be made by dragging and dropping one port to the destination port (if it is a compatible port). You can delete a connection by selecting it and then pressing the Delete key.
48
49
- You can drag the entire circuit by holding the mouse scroll button and moving the mouse.
To help you get started with Circuit Sketcher, we provide a curated library of circuit components at [circuit-sketcher-lib](https://github.com/code-forge-temple/circuit-sketcher-lib).
58
+
59
+
### Quick Start with Pre-built Components
60
+
61
+
**Import the entire library:**
62
+
- Download the complete component library: [library.json](https://github.com/code-forge-temple/circuit-sketcher-lib/blob/main/assets/lib/library.json)
63
+
- Import it directly into Circuit Sketcher to get access to all available components (right click on canvas to show the menu, then `Library...` -> `Import Library`)
0 commit comments