Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nsmarkop/plover_midi4text

Midi4Text English orthographic system implementation for Plover
https://github.com/nsmarkop/plover_midi4text

plover plugin stenography

Last synced: about 10 hours ago
JSON representation

Midi4Text English orthographic system implementation for Plover

Awesome Lists containing this project

README

        

# Plover Midi4Text

[Midi4Text](https://www.midi4text.com/) English orthographic system implementation for [Plover](https://github.com/openstenoproject/plover).

**Warning:** Updating the plugin does not always update the default dictionaries to their latest versions. Check in the [plugin repository](https://github.com/nsmarkop/plover_midi4text) or [here](https://github.com/Sillabix/Midi4Text-ortographic-system) for the most up to date versions of the dictionary files.

## Development

Update README.rst with [pandoc](https://pandoc.org/):

```bash
pandoc README.md -o README.rst
```

Install dependencies with [pipenv](https://github.com/pypa/pipenv):

```bash
pipenv install --dev
```

Update dictionary files:

```bash
pipenv run python update_dictionaries.py
```

Build and publish to PyPI with [twine](https://twine.readthedocs.io/en/latest/):

```bash
pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*
```