Replies: 1 comment 15 replies
-
What about actions with a |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(I've now been using jinx rather than ispell for some months, and am very happy with it; many thanks!)
I'm trying to find a jinx equivalent for ispell's feature that allows a word to be inserted in the dictionary, but lower-cased. If it doesn't exist, then this is a feature request! If it does exist, this is an apology; I looked at the source code and wiki before opening this issue.
If it does not yet exist, then I have a design suggestion: it should be a modifier rather than a separate action as in ispell, where it's only possible to insert a word lower-cased in the user's dictionary, but not in the session or per-file wordlists.
So, I would imagine adding a modifier to the
jinx-correct-nearest"dialog", perhapsl, which toggles whether the word will be downcased before being entered in the relevant dictionary. Typing the modifier could show the word downcased in the dialog, so it would be obvious at any stage what pressing@,*,/or+would enter.If something like this seems acceptable (I did not find any trace of a discussion in closed items either) then I would be happy to have a go at implementing it.
Beta Was this translation helpful? Give feedback.
All reactions