https://github.com/nvdaes/plover_start_words
Meta plugin to start words in Plover
https://github.com/nvdaes/plover_start_words
Last synced: 3 months ago
JSON representation
Meta plugin to start words in Plover
- Host: GitHub
- URL: https://github.com/nvdaes/plover_start_words
- Owner: nvdaes
- License: gpl-3.0
- Created: 2020-10-28T16:34:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T11:08:30.000Z (over 4 years ago)
- Last Synced: 2026-01-01T20:21:25.318Z (6 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Plover Start words #
This plugin provides a meta for Plover, so we can choose the output produced deppending on the last typed text.
## Usage ##
```
# initial.json
{
"STROke": "{:initial:textStartingNextWord | textFollowingPreviousFragment}"
...
}
```
## API ##
API can be manipulated via [Python dictionaries](https://github.com/benoit-pierre/plover_python_dictionary).
For example:
```
# single.py
from plover_start_words import meta
meta.prefixes = ("", "foo", "var")
LONGEST_KEY = 1
def lookup(key):
raise KeyError
```
## Versioning ##
We use [SemVer](https://semver.org/).
## Changes ##
[Changelog](https://github.com/nvdaes/plover_start_words/blob/master/CHANGELOG.md)