https://github.com/grascii/editor
Turn Grascii text into Gregg Shorthand
https://github.com/grascii/editor
gregg gregg-shorthand shorthand stenography
Last synced: 5 months ago
JSON representation
Turn Grascii text into Gregg Shorthand
- Host: GitHub
- URL: https://github.com/grascii/editor
- Owner: grascii
- License: mit
- Created: 2022-03-28T17:38:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T03:25:25.000Z (about 2 years ago)
- Last Synced: 2024-04-03T04:29:49.092Z (about 2 years ago)
- Topics: gregg, gregg-shorthand, shorthand, stenography
- Language: JavaScript
- Homepage:
- Size: 744 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grascii Editor
Grascii Editor turns Gregg Shorthand forms written in the Grascii language into
images of Gregg outlines.
## Getting Started
**Note**: Grascii Editor is under development in pre-alpha. Many stroke
joinings have not yet been modeled. To try it early, it must be installed from
source.
#### Prerequisites
- Python 3.10+
#### Steps
1. Clone the repository.
```
git clone https://github.com/grascii/editor.git
```
2. Change working directory.
```
cd editor
```
Tip: Before following the next steps, it is recommended to create a new Python
virtual environment for the application.
3. Install the requirements.
```
pip install -r requirements.txt
```
4. Build the path data.
```
python transform.py
```
5. Start the application.
```
FLASK_APP=grascii_editor flask run
```
6. Open http://localhost:5000 in a browser.
## License
This project is under the MIT License.
## Acknowledgements
Thanks to Wyess for the original [shorthand editor](https://github.com/Wyess/shorthand_editor)
from which this project is derived.