Skip to content

Commit 41e9e48

Browse files
fix typos on projects page
1 parent b16a44b commit 41e9e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/projects.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown/pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In late June 2022 I had the idea to try and create music from Langton's Ant and
2222

2323
### Schemascii
2424

25-
In late September 2022 I was fooling around with the PCB's of the Armdroid (see below) and wanted to make circuit diagrams. I am not trained in and major EDA software like KiCad, and none I know of run in a web browser at any rate, so I decided to do ASCII art drawings. The closest thing to what I wanted -- Jovansonlee Cesar's [svgbob](https://github.com/ivanceras/svgbob) -- doesn't quite work the way I wanted it to, so I wrote my own program. Schemascii is designed specifically for circuit diagrams, and is written in Python so it can be embedded into a Python-Markdown-rendered site (such as my blog). There is also a CLI program for rendering standalone images. Schemascii is on GitHub: <https://github.com/dragoncoder047/schemascii> In May 2023 I added a web playground (quite crude at the moment) that runs Schemascii locally using Pyodide -- here: </schemascii/>.
25+
In late September 2022 I was fooling around with the PCB's of the Armdroid (see above) and wanted to make circuit diagrams. I am not trained in and major EDA software like KiCad, and none I know of run in a web browser at any rate, so I decided to do ASCII art drawings. The closest thing to what I wanted -- Jovansonlee Cesar's [svgbob](https://github.com/ivanceras/svgbob) -- doesn't quite work the way I wanted it to, so I wrote my own program. Schemascii is designed specifically for circuit diagrams, and is written in Python so it can be embedded into a Python-Markdown-rendered site (such as my blog). There is also a CLI program for rendering standalone images. Schemascii is on GitHub: <https://github.com/dragoncoder047/schemascii> In May 2023 I added a web playground (quite crude at the moment) that runs Schemascii locally using Pyodide -- here: <https://dragoncoder047.github.io/schemascii/>.
2626

2727
---
2828

0 commit comments

Comments
 (0)