Replies: 3 comments 1 reply
-
|
I don't think this would work well, since Jinx doesn't have much knowledge of word distance. The ordering comes from the dictionary backend. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for making that clear. I'll just make a merged dictionary for enchant to use, following Use multi language dictionary with aspell. |
Beta Was this translation helpful? Give feedback.
-
|
Another strategy would be to configure the suggestions display to show each group, corresponding to a different language, in a different column. Is this possible with vertico? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use multiple dictionaries and vertico, and often the suggestion results are buried at the bottom if I am not in the first
jinx-languagedictionary. I just learned aboutvertico-next-groupfrom another discussion, and this already helps to quickly access suggestions from the right dictionary.However, I was wondering if there is a way to sort the suggestions by closest match, independent of dictionary? Is this possible with
vertico-sort-functionor sort override function? Looking through the source code, I have the impression jinx is hardwired to group suggestions by dictionary.If suggestions are not grouped, one could still indicate the dictionary/enchant source for each suggestion with a marginalia type annotation.
Beta Was this translation helpful? Give feedback.
All reactions