File tree 5 files changed +25
-4
lines changed
5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1
1
Build /
2
2
render.png
3
3
render.properties
4
+ .vscode /settings.json
Original file line number Diff line number Diff line change
1
+ FROM circuitdiagram/cli
2
+
3
+ # Install Java for VS Code XML extension
4
+ RUN apt install -y default-jre
Original file line number Diff line number Diff line change
1
+ {
2
+ "circuitDiagram.executablePath" : " /app/circuit-diagram-cli"
3
+ }
Original file line number Diff line number Diff line change
1
+ image :
2
+ file : .gitpod.Dockerfile
3
+
4
+ vscode :
5
+ extensions :
6
+ -
[email protected] :Ee8i34LAKx6EuDdj6d+0dg==
7
+
8
+ tasks :
9
+ - init : mkdir ./.vscode && cp .gitpod.settings.json .vscode/settings.json
Original file line number Diff line number Diff line change 1
1
# [ Circuit Diagram] ( http://www.circuit-diagram.org/ ) Components
2
2
3
3
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/5udo733v1fnn0pi8/branch/master?svg=true )] ( https://ci.appveyor.com/project/CircuitDiagram/components/branch/master )
4
+ [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/circuitdiagram/components )
4
5
5
6
This repository contains components created by users of Circuit Diagram.
6
7
@@ -10,11 +11,14 @@ You can browse the full range of components and see what they look like when use
10
11
11
12
Please submit pull requests to this repository with new components you have created.
12
13
13
- You can create new components using either :
14
+ You can create new components using one of the following :
14
15
15
- - The Visual Studio Code [ extension] ( https://github.com/circuitdiagram/circuitdiagram-vscode )
16
- ** (recommended)**
17
- - [ Component Editor] ( https://componenteditor.com/ ) , an online tool for creating components
16
+ 1 . The Circuit Diagram Visual Studio Code
17
+ [ extension] ( https://github.com/circuitdiagram/circuitdiagram-vscode )
18
+ 2 . [ GitPod] ( https://gitpod.io/#https://github.com/circuitdiagram/components ) - an in-browser
19
+ environment for creating components
20
+ 3 . The [ Circuit Diagram CLI] ( https://www.circuit-diagram.org/downloads ) with a text editor of your
21
+ choice
18
22
19
23
The Component Editor website contains [ documentation] ( https://componenteditor.com/help/ ) to get
20
24
started making components.
You can’t perform that action at this time.
0 commit comments