https://github.com/didoesdigital/typey-type-data
Data for Typey Type, including lessons and dictionaries.
https://github.com/didoesdigital/typey-type-data
dictionaries lessons plover recommendations steno stenography typey
Last synced: 3 months ago
JSON representation
Data for Typey Type, including lessons and dictionaries.
- Host: GitHub
- URL: https://github.com/didoesdigital/typey-type-data
- Owner: didoesdigital
- License: gpl-2.0
- Created: 2019-12-23T00:08:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T06:49:30.000Z (7 months ago)
- Last Synced: 2024-10-24T20:35:30.383Z (7 months ago)
- Topics: dictionaries, lessons, plover, recommendations, steno, stenography, typey
- Language: HTML
- Size: 87.2 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Typey Type Data
This project contains data for [Typey Type](https://github.com/didoesdigital/typey-type), a free typing app designed for steno students to practise and master stenography.
## Sponsor
You can support [Di’s efforts on Patreon](https://www.patreon.com/didoesdigital). A monthly donation helps Di build more lessons and features to help you fast-track your steno progress.
## Contributing lessons or dictionaries
To contribute lessons or dictionaries, see the [Typey Type CLI](https://github.com/didoesdigital/typey-type-cli) repo instead.
*This* repo contains the results of automated scripts from the CLI that transform Typey Type’s [steno-dictionaries](https://github.com/didoesdigital/steno-dictionaries) and other data to produce the files in this repo.
You can **create issues** for lesson ideas or inaccurate data. See the [CONTRIBUTING](./CONTRIBUTING.md) guidelines.
## Steno dictionaries git submodule
Historically this repo has contained the [steno-dictionaries](https://github.com/didoesdigital/steno-dictionaries) submodule but that has been moved to [Typey Type CLI](https://github.com/didoesdigital/typey-type-cli). If you've been using the paths to these dictionaries in Plover, for example, you may need to update them to look in the CLI's submodule or somewhere standalone. For example, if Plover was looking for:
```
~/projects/typey-type/typey-type-data/didoesdigital/dictionaries
```… replace that with:
```
~/projects/typey-type-cli/didoesdigital/steno-dictionaries/dictionaries
```… or a completely separate place like:
```
~/steno/didoesdigital/steno-dictionaries/dictionaries
```## Code of Conduct
This project and everyone participating in it is governed by the [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]).
## Licenses
This project is licensed under GPL-2.0, as shown in [LICENSE](./LICENSE). The following files came from [Plover](https://github.com/openstenoproject/plover/) and are also licensed under [GPL-2.0](./LICENSE_PLOVER):
- [Plover’s Main Dictionary Jun 3, 2018 (latest)](./dictionaries/plover/main-3-jun-2018.json)
- [Plover’s Main Dictionary Oct 5, 2016](./dictionaries/plover/main-5-oct-2016.json)
- [Plover’s Commands Dictionary Jun 3, 2018 (latest)](./dictionaries/plover/commands-3-jun-2018.json)## Related repos
- [Typey Type](https://github.com/didoesdigital/typey-type)
- [Typey Type CLI](https://github.com/didoesdigital/typey-type-cli)
- [Di's steno dictionaries](https://github.com/didoesdigital/steno-dictionaries)
- [Stenoboard diagram SVG to React](https://github.com/didoesdigital/typey-type-stenoboard-diagram-svg-to-react)