Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 10 hours ago
JSON representation

Data for Typey Type, including lessons and dictionaries.

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)