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 1 month ago
JSON representation
Midi4Text English orthographic system implementation for Plover
- Host: GitHub
- URL: https://github.com/nsmarkop/plover_midi4text
- Owner: nsmarkop
- License: gpl-3.0
- Created: 2020-02-09T03:58:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:36:06.000Z (over 2 years ago)
- Last Synced: 2025-03-29T09:46:40.758Z (about 2 months ago)
- Topics: plover, plugin, stenography
- Language: Python
- Size: 866 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/*
```