Merriam Webster Classic & Simple Final (JS AI)

ok, Thank you very much!! :clap: :clap:

I’ve added my api here, but it fails to generate translation.


By the way, I also found the word “economic” has no simple definition, but it does exist in Britanica Dictionary.

Two reason.

  1. what chat model are you using?
  2. Try generating a new API key.

Thanks for letting me know. I did not use birttanica for data collection. Rather i fetched all data from

I will look into that for future release.


But I am using this API for other dictionaries normally.

Sorry, tempertemper. I found this issue seems to originate from the GD-ng version I am using: 【6.11.1-260529】Goldendict-ng个人编译版 - #122,来自 atauzki

Want a more information-dense and compact layout:

Compare M-Webster 202605 Collegiate 8 字典 (05/18更新) 在线翻译+弹出导航 - 英英 - FreeMdict Forum:

Using Britanica’s site, it doesn’t have simple toggle. Difficult to done.Not impossible though. The MWC and MWSimple has an html class. That helps me track it down which enteries shall have this toggle. Since i do not see any such class in Britanica’s site. And file name alone is not sufficient. It will require some investigation as to decide which word shall have this toggle.

It’s OK. I just wanted to state my findings that the MW learners’ dictionary definition (ie Simple Definition) is not complete on MW main website.



adjust line
268:
margin-bottom: 0px

line:
272:
padding-top: 0px

This is max that can be done.

ok, Thanks! But the line spacing is still big. How to minimize line spacing as much as possible?
Besides, could the Translate button be put at the end?

Space:
Line:262
padding-bottom: 0px

Moving button
That will require working on layout.

you need to modify the lines in css file. Developer option will retain the changes only temporarliy unless you save it

ok, thank you.