-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steno hints to look up briefs on the fly instead of using static files #6
Comments
Consideration: "I" might be better stroked with |
Consideration: didoesdigital/steno-dictionaries#93 |
Consideration: didoesdigital/steno-dictionaries#96 |
Consideration: didoesdigital/steno-dictionaries#174 |
Some words that may start showing different briefs:
|
Recent changes show hints on the fly when
|
TODO: add support for special lessons and remove exceptions here: https://github.com/didoesdigital/typey-type/blob/master/src/App.js#L1407-L1414 |
Consideration: didoesdigital/steno-dictionaries#206 |
Consideration: |
Consideration: hints for multiple suffixes e.g. "buffetings" should show |
Consideration: entries ending in "s" should continue to prioritise |
Consideration: didoesdigital/steno-dictionaries#197 |
Consideration: didoesdigital/steno-dictionaries#306 |
|
To test:
|
"bulls" shows |
Similar: test with "Mouses" |
"delight;" hint shows suppressed space semi-colon instead of spaced semi-colon |
Overview
By looking up briefs on the fly for steno hints in lessons instead of using the hints supplied by static lesson files, the static lesson generator project (which is not open source) will become redundant. The static lesson generator is error prone, manual, laborious and has no flexibility for people using their own dictionaries. Instead of lesson files containing a word and brief as well as accompanying dictionaries, lessons might only need to be word lists. Metadata in the lesson index could link to any recommended dictionaries.Looking up briefs on the fly will also let people use their own dictionaries (#5) to see the hints they prefer in lessons.UPDATE: static lesson generator has been replaced by the open source Typey Type CLI: https://github.com/didoesdigital/typey-type-cli
We currently use the static lesson files for:
A) word lists,
B) hints for lessons where the URL does not contain phrasing, prefixes, suffixes, steno party tricks, or collections/tech, and
C) the main steno hint (whereas the list of steno hints is already looked up on the fly when using the "Show other stroke hints" settings)
To look up steno hints on the fly for B), we could use lesson metadata to use hints from recommended dictionaries.
The text was updated successfully, but these errors were encountered: