writemonkey / wm3

165 stars 5 forks source link

Wordnik lookup shows words in alphabetical order #400

Closed jweickm closed 2 years ago

jweickm commented 2 years ago

Hi, when looking up synonyms of words with the Wordnik plugin, the synonyms are shown in alphabetical order. This is an issue because in this way, I only ever see synonyms starting with either the letter "a", "b", or "c". Does anybody know a quick solution for this? Many thanks, j

writemonkey commented 2 years ago

Wordnik changed significantly since last plugin update, so the list of words is less relevant and bloated. You can open package.json file in plugins/wordnik dir and change maxHitsPerType parameters to some bigger number. i.

jweickm commented 2 years ago

Thanks for the quick reply. Yes, that is unfortunate. This makes wordnik much less useful than before, but the fix that you suggested should provide a decent solution for now.