Skip to content

Commit

Permalink
Merge pull request #35 from IllustratedMan-code/stenoViz
Browse files Browse the repository at this point in the history
Automatic SVG generation for steno outlines
  • Loading branch information
aerickt authored Nov 8, 2024
2 parents 1eef97e + 814be8e commit d68540e
Show file tree
Hide file tree
Showing 4 changed files with 965 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title = "Lapwing for Beginners"

[output.html]
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
additional-js = ["theme/pagetoc.js", "theme/steno-viz.js"]

[preprocessor.external-links]
2 changes: 1 addition & 1 deletion src/Chapter-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This results in 10 successive key strokes. On the other hand, steno uses *chords
com/pli/cate
```

![writing "complicate" with steno](img/1-complicate-steno.gif)
<steno-outline stroke="KOPL/PHREU/KAEUT" width="100%" alt="writing 'complicate' with steno"></steno-outline>

We could notate writing this word using steno like so:

Expand Down
Loading

0 comments on commit d68540e

Please sign in to comment.