Svg generator for steno outlines #34
Replies: 3 comments 4 replies
-
Hello! Thank you so much for offering your help! The custom HTML idea is very awesome. Here are the SVG files: Let me know if there's anything else I can help you with. |
Beta Was this translation helpful? Give feedback.
-
I have a proof of concept here. I'll work on integrating it into this repo soon and I'll make a pull request. Github Repo: https://github.com/IllustratedMan-code/steno-visualizer Test website: https://illustratedman-code.github.io/steno-visualizer/ |
Beta Was this translation helpful? Give feedback.
-
@IllustratedMan-code it might or not help you but in the typeytype repo there is a React component that renders the steno keyboard. Perhaps the book could be migrated to Astro and there the react components could be integrated. |
Beta Was this translation helpful? Give feedback.
-
Hi! I saw in the book that you would like help to shift all the outlines to SVG. I don't think it would be that difficult for me to create some custom javascript code to convert strokes (e.g.
SKR
) into svg images. It would even be possible to have a custom HTML element that would be specifiable by something like<outline stroke="SKR">
. It looks like you can include custom javascript into mdbook so it should be possible to have the custom elements available in markdown.I would only need the SVG that is used to generate the previews in the book to get started.
Beta Was this translation helpful? Give feedback.
All reactions